From: Kawaguchi Date: Tue, 21 Apr 2015 04:27:52 +0000 (+0900) Subject: Fix typo acomplished => accomplished X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=407be289360ec6dabbbe14d9b18dae7c9fa2db79;p=openstack-build%2Fneutron-build.git Fix typo acomplished => accomplished Change-Id: I73722e9984917a5a8c4e74207cf14d4040a7cf2f Related-Bug: #1390035 --- diff --git a/neutron/tests/functional/agent/l3/test_namespace_manager.py b/neutron/tests/functional/agent/l3/test_namespace_manager.py index 51922e6ff..74941bb79 100755 --- a/neutron/tests/functional/agent/l3/test_namespace_manager.py +++ b/neutron/tests/functional/agent/l3/test_namespace_manager.py @@ -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