summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-02-12 11:20:54 +0000
committerGerrit Code Review <review@openstack.org>2014-02-12 11:20:54 +0000
commite7fd5a71a0d0ce6aed661cb8a733350a2034cce4 (patch)
tree384f2f7ce432a0731ce5490afa0cc5c165bf43a3 /contrib
parent036cdfdf2ba0804993fc9f5ed800a84c590157e5 (diff)
parent8a688c0aaa47d21d3ecb41f815726df80581d2b8 (diff)
downloadheat-e7fd5a71a0d0ce6aed661cb8a733350a2034cce4.tar.gz
Merge "Fix misspellings in heat"
Diffstat (limited to 'contrib')
-rw-r--r--contrib/rackspace/clients.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rackspace/clients.py b/contrib/rackspace/clients.py
index aeb1bee67..c0b454f2a 100644
--- a/contrib/rackspace/clients.py
+++ b/contrib/rackspace/clients.py
@@ -78,7 +78,7 @@ class Clients(clients.OpenStackClients):
def nova(self, service_type="compute"):
'''Rackspace cloudservers client. Specifying the service type is to
- maintain compatability with clients.OpenStackClients. It is not
+ maintain compatibility with clients.OpenStackClients. It is not
actually a valid option to change within pyrax.
'''
if service_type is not "compute":