diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 13:01:35 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2011-11-09 19:57:44 -0800 |
commit | d7b9ee35569482be69918ba8ed448688568a7def (patch) | |
tree | 0195bd8bebfd826fa7ce398f3715c1681bf39e9f /nova/crypto.py | |
parent | bcb590cba55d3d7318f2870cddc1cf507652e2a2 (diff) | |
download | nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.gz nova-d7b9ee35569482be69918ba8ed448688568a7def.tar.xz nova-d7b9ee35569482be69918ba8ed448688568a7def.zip |
More spelling fixes inside of nova
Change-Id: I79daf7519c99cc363ac7175c85912298f273da8a
Diffstat (limited to 'nova/crypto.py')
-rw-r--r-- | nova/crypto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/crypto.py b/nova/crypto.py index 71bef80f2..e97852572 100644 --- a/nova/crypto.py +++ b/nova/crypto.py @@ -52,7 +52,7 @@ flags.DEFINE_string('key_file', os.path.join('private', 'cakey.pem'), _('Filename of private key')) flags.DEFINE_string('crl_file', 'crl.pem', - _('Filename of root Certificate Revokation List')) + _('Filename of root Certificate Revocation List')) flags.DEFINE_string('keys_path', '$state_path/keys', _('Where we keep our keys')) flags.DEFINE_string('ca_path', '$state_path/CA', |