Trivial fix typos while reading code

Change-Id: Id7785bc448d92935d94d9babb667c2733002dd35
This commit is contained in:
Ngo Quoc Cuong
2017-05-04 10:27:57 +07:00
parent 4aa2a2a74a
commit 64eeff2e90
4 changed files with 5 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ class API(base.Base):
# Note that the string returned by this function must contain only
# characters that the recipient can enter on their keyboard. The
# function ssh224().hexdigit() achieves this by generating a hash
# which will only contain hexidecimal digits.
# which will only contain hexadecimal digits.
while len(rndstr) < length:
rndstr += hashlib.sha224(os.urandom(255)).hexdigest()