From 244fcffc50397660cd398185e0e7820f083fb052 Mon Sep 17 00:00:00 2001 From: Dmitry Ivanov Date: Tue, 1 Jun 2021 21:43:26 +0300 Subject: [PATCH] Fix typos found by codespell --- test_runner/fixtures/zenith_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/fixtures/zenith_fixtures.py b/test_runner/fixtures/zenith_fixtures.py index 5a48b88e91..f958798495 100644 --- a/test_runner/fixtures/zenith_fixtures.py +++ b/test_runner/fixtures/zenith_fixtures.py @@ -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: