From a8087a6c8b5946ecf25f019e183b26579c3475a8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 21 May 2014 07:47:29 -0700 Subject: Fixed several typos throughout the codebase Change-Id: I048ee857fc1215fea7f60978364894e1b5abdf66 --- openstackclient/tests/common/test_parseractions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/tests/common') diff --git a/openstackclient/tests/common/test_parseractions.py b/openstackclient/tests/common/test_parseractions.py index 705e7e9c..f26f2891 100644 --- a/openstackclient/tests/common/test_parseractions.py +++ b/openstackclient/tests/common/test_parseractions.py @@ -88,7 +88,7 @@ class TestKeyValueAction(utils.TestCase): failhere = None actual = getattr(results, 'property', {}) - # Verify non-existant red key + # Verify non-existent red key try: failhere = actual['red'] except Exception as e: -- cgit v1.2.1