Skip to content

Commit

Permalink
Fix a typo in the help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyklyukin committed Apr 4, 2016
1 parent 60e6ed6 commit 4ad1905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patroni/__init__.py
Expand Up @@ -80,7 +80,7 @@ def main():
use_env = config_env is not None
if not use_env:
print('Usage: {0} config.yml'.format(sys.argv[0]))
print('\tPatroni may also read the configuration from the {} environemnt variable'.
print('\tPatroni may also read the configuration from the {} environment variable'.
format(Patroni.PATRONI_CONFIG_VARIABLE))
return

Expand Down

0 comments on commit 4ad1905

Please sign in to comment.