Fixes all current typo errors on Castellan project.

Change-Id: Ide979620ac68463951e6a7f09073d41c6d791076
This commit is contained in:
Dung Ha 2017-01-23 22:40:52 +07:00
parent 53ff248f4b
commit 59e28a49ac
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)