summaryrefslogtreecommitdiff
path: root/novaclient/crypto.py
diff options
context:
space:
mode:
authorRafael Rivero <rafael@cloudscaling.com>2014-09-16 17:40:06 -0700
committerRafael Rivero <rafael@cloudscaling.com>2014-09-18 15:24:54 -0700
commit98acb7fb7d9f6179c0cddc59ecf050831a6a6464 (patch)
tree3c4532f608363910436a8739b3321114975b7521 /novaclient/crypto.py
parent3e5dae84a844f12cf27ea4800b96e18fb190148a (diff)
downloadpython-novaclient-98acb7fb7d9f6179c0cddc59ecf050831a6a6464.tar.gz
Corrects typos "coearse," "proejct," and "unecrypts"
Misspelling of "coerce" found in the docstring body of method _boot from class ServerManager. Misspellings of "project" and "unencrypts" found in docstrings of client.py and crypto.py. Change-Id: I052c321f3ad5e13aa57a559e2f28ec5eec32a9b4
Diffstat (limited to 'novaclient/crypto.py')
-rw-r--r--novaclient/crypto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/crypto.py b/novaclient/crypto.py
index d817be5b..21af60cd 100644
--- a/novaclient/crypto.py
+++ b/novaclient/crypto.py
@@ -22,7 +22,7 @@ class DecryptionFailure(Exception):
def decrypt_password(private_key, password):
- """Base64 decodes password and unecrypts it with private key.
+ """Base64 decodes password and unencrypts it with private key.
Requires openssl binary available in the path.
"""