diff options
| author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-11 22:17:12 +0200 |
|---|---|---|
| committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-04-11 22:17:12 +0200 |
| commit | 847bbb21f8c4eb0e2b47417684ad2ba9255c9e80 (patch) | |
| tree | 23991d3e0bf7ed3c3cbe758d2f4018c3b3676dd3 /src/tools/testwrap | |
| parent | 5822bf21d50eb3a4938066951727294e3d33ca6c (diff) | |
Fix recently introduced typos
This fixes typos in docs and comments introduced during the v18
development cycle, to keep them from ending up in backbranches.
Author: Jacob Brazeal <jacob.brazeal@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/CA+COZaCgGua25f2hSrjrDLJcJJAHkwoKgTTqUy-wyL1=64JNjw@mail.gmail.com
Diffstat (limited to 'src/tools/testwrap')
| -rwxr-xr-x | src/tools/testwrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/testwrap b/src/tools/testwrap index 21105146c9d..02f1951ad7e 100755 --- a/src/tools/testwrap +++ b/src/tools/testwrap @@ -43,7 +43,7 @@ env_dict = {**os.environ, 'TESTLOGDIR': os.path.join(testdir, 'log')} -# The configuration time value of PG_TEST_EXTRA is supplied via arguement +# The configuration time value of PG_TEST_EXTRA is supplied via argument # --pg-test-extra. But it can be overridden by environment variable # PG_TEST_EXTRA at the time of running a test. Hence use value from arguments # only if PG_TEST_EXTRA is not set in the test environment, which already |
