summaryrefslogtreecommitdiff
path: root/src/bin/pgbench
diff options
context:
space:
mode:
authorMichael Paquier2019-04-29 14:52:42 +0000
committerMichael Paquier2019-04-29 14:52:42 +0000
commit9c592896d9fc81d8def7b98c89a869588e76f0ea (patch)
tree3f46890a2120b83a3434f5631ee64a7d479b751c /src/bin/pgbench
parentffbce803e646e254367a3f0670d8b64604badc50 (diff)
Fix some typos
Author: Daniel Gustafsson Discussion: https://postgr.es/m/42kEeWei6VxLGh12QbR08hiI5Pm-c3XgbK7qj393PSttEhVbnnQoFXHKzXjPRZLUpndWAfHIuZuUqGZBzyXadmEUCSqm9xphWur_I8vESMA=@yesql.se
Diffstat (limited to 'src/bin/pgbench')
-rw-r--r--src/bin/pgbench/t/001_pgbench_with_server.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pgbench/t/001_pgbench_with_server.pl b/src/bin/pgbench/t/001_pgbench_with_server.pl
index 62906d5e55d..b75a018db4b 100644
--- a/src/bin/pgbench/t/001_pgbench_with_server.pl
+++ b/src/bin/pgbench/t/001_pgbench_with_server.pl
@@ -16,7 +16,7 @@ $node->start;
# $out: reference to a regexp list that must match stdout
# $err: reference to a regexp list that must match stderr
# $name: name of test for error messages
-# $files: reference to filename/contents dictionnary
+# $files: reference to filename/contents dictionary
# @args: further raw options or arguments
sub pgbench
{