summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrahulram <rahurama@cisco.com>2015-08-26 14:06:08 -0700
committerrahulram <rahurama@cisco.com>2015-08-26 14:07:16 -0700
commit43520009dea3c4c60c45cf15aac120a9693a3b67 (patch)
tree4a542ad64980cef9595bf16024ba2d61758ceee5
parent0485e89b14f81c378fa3362a3660555dd604e818 (diff)
downloadpython-novaclient-43520009dea3c4c60c45cf15aac120a9693a3b67.tar.gz
Fixed typo Errors in comments
Change-Id: Id821aefe825226e9a96e90c6e89d4f715280acdc
-rw-r--r--novaclient/tests/functional/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/tests/functional/base.py b/novaclient/tests/functional/base.py
index 30d6cd21..7fc638b3 100644
--- a/novaclient/tests/functional/base.py
+++ b/novaclient/tests/functional/base.py
@@ -153,7 +153,7 @@ class ClientTestBase(testtools.TestCase):
self.image = pick_image(self.client.images.list())
# create a CLI client in case we'd like to do CLI
- # testing. tempest_lib does this realy weird thing where it
+ # testing. tempest_lib does this really weird thing where it
# builds a giant factory of all the CLIs that it knows
# about. Eventually that should really be unwound into
# something more sensible.