Merge "Correct some typos"

This commit is contained in:
Jenkins 2016-04-12 02:07:00 +00:00 committed by Gerrit Code Review
commit 1f85ca93d6
3 changed files with 4 additions and 4 deletions

View File

@ -27,9 +27,9 @@ prop = base.prop
class ProfileAction(argparse.Action):
"""A custom action to parse user proferences as key=value pairs
"""A custom action to parse user preferences as key=value pairs
Stores results in users proferences object.
Stores results in users preferences object.
"""
prof = profile.Profile()

View File

@ -222,7 +222,7 @@ class Client(object):
return self.service.cluster_scale_in(cluster, count)
def cluster_policies(self, cluster, **queries):
"""List all policies attached to clusdter
"""List all policies attached to cluster
Doc link:
http://developer.openstack.org/api-ref-clustering-v1.html

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# IMPORTANT: Cleanse existing environment varible first
# IMPORTANT: Cleanse existing environment variable first
unset OS_USERNAME
unset OS_PASSWORD
unset OS_REGION_NAME