From 4ad190549ad4ac7c0ae87f13229faa337f9ea8a0 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Mon, 4 Apr 2016 12:33:05 +0200 Subject: [PATCH] Fix a typo in the help message. --- patroni/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patroni/__init__.py b/patroni/__init__.py index 4b2c7364..87f0b754 100644 --- a/patroni/__init__.py +++ b/patroni/__init__.py @@ -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