Merge "Fixes all current typo errors on Castellan project."

This commit is contained in:
Jenkins 2017-02-24 21:51:05 +00:00 committed by Gerrit Code Review
commit 438ff2361b
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ def setup_config(config_file=''):
config_to_load.append(main_config)
TEST_CONF(
(), # Required to load an anonymous config
(), # Required to load an anonymous configuration
default_config_files=config_to_load
)

View File

@ -212,7 +212,7 @@ class MockKeyManager(key_manager.KeyManager):
symbols = ''.join(symbolgroups)
password.extend([random.choice(symbols) for _i in range(length)])
# finally shuffle to ensure first x characters aren't from a
# Finally, shuffle to ensure first x characters aren't from a
# predictable group
random.shuffle(password)