]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Fix typo acomplished => accomplished
authorKawaguchi <ken-kawaguchi@vt.jp.nec.com>
Tue, 21 Apr 2015 04:27:52 +0000 (13:27 +0900)
committerKawaguchi <ken-kawaguchi@vt.jp.nec.com>
Wed, 22 Apr 2015 04:31:06 +0000 (13:31 +0900)
Change-Id: I73722e9984917a5a8c4e74207cf14d4040a7cf2f
Related-Bug: #1390035

neutron/tests/functional/agent/l3/test_namespace_manager.py

index 51922e6ff1783b00f855aaec9c7d54197fd0d084..74941bb790a82ddb06fe6491d290b40717fac6a5 100755 (executable)
@@ -46,7 +46,7 @@ class NamespaceManagerTestFramework(base.BaseSudoTestCase):
             namespace.delete()
         except RuntimeError as e:
             # If the namespace didn't exist when delete was attempted, mission
-            # acomplished. Otherwise, re-raise the exception
+            # accomplished. Otherwise, re-raise the exception
             if 'No such file or directory' not in e.message:
                 raise e