fix some typo's
authorBrian Dolbec <dolsen@gentoo.org>
Sat, 6 Jul 2013 16:46:08 +0000 (09:46 -0700)
committerBrian Dolbec <dolsen@gentoo.org>
Sat, 6 Jul 2013 18:47:45 +0000 (11:47 -0700)
gkeyldap/cli.py

index 171767bcf97f6bacfd630ab33763270ba31c4a89..2022ee93f09425f6a935dc7fff7807cce5a90de9 100644 (file)
@@ -32,9 +32,9 @@ def get_key_ids(key, info):
     '''Small utility function to return only keyid (short)
     or longkeyid's
 
-    @param key: string, the key lenght desired
+    @param key: string, the key length desired
     @param info: list of keysid's to process
-    @return list of the desired key lengh id's
+    @return list of the desired key length id's
     '''
     result = []
     for x in info: