From d7c515a33a29d4ea2b8c4f6736955142892b08ec Mon Sep 17 00:00:00 2001 From: Kobi Samoray Date: Thu, 16 Jun 2016 11:42:57 +0300 Subject: [PATCH] Typo fix Fix a typo in ml2 driver TrivialFix Change-Id: Ib6a0e5b7b43d1bfcbbdab73063dbc699a0ef8826 --- neutron/plugins/ml2/driver_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/plugins/ml2/driver_api.py b/neutron/plugins/ml2/driver_api.py index c33bc0dedc2..95797b423f0 100644 --- a/neutron/plugins/ml2/driver_api.py +++ b/neutron/plugins/ml2/driver_api.py @@ -363,7 +363,7 @@ class PortContext(object): def original_bottom_bound_segment(self): """Return the original bottom-level bound segment dictionary. - This property returns the orignal bottom-level bound segment + This property returns the original bottom-level bound segment dictionary, or None if the port was previously unbound. For a previously bound port, original_bottom_bound_segment is equivalent to original_binding_levels[-1][BOUND_SEGMENT], and