Fix typos found by codespell

This commit is contained in:
Dmitry Ivanov
2021-06-01 21:43:26 +03:00
parent 8c3c9c3394
commit 244fcffc50

View File

@@ -413,7 +413,7 @@ def zenith_binpath(base_dir):
@zenfixture
def pg_distrib_dir(base_dir):
""" Find the postgress install. """
""" Find the postgres install. """
env_postgres_bin = os.environ.get('POSTGRES_DISTRIB_DIR')
if env_postgres_bin: