Fix some typos
authorMichael Paquier <michael@paquier.xyz>
Mon, 29 Apr 2019 14:52:42 +0000 (23:52 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 29 Apr 2019 14:52:42 +0000 (23:52 +0900)
Author: Daniel Gustafsson
Discussion: https://postgr.es/m/42kEeWei6VxLGh12QbR08hiI5Pm-c3XgbK7qj393PSttEhVbnnQoFXHKzXjPRZLUpndWAfHIuZuUqGZBzyXadmEUCSqm9xphWur_I8vESMA=@yesql.se

src/bin/pg_dump/pg_dump.c
src/bin/pgbench/t/001_pgbench_with_server.pl

index bfc9a32afe79c54b845d1468497fffbadcf633ea..db8ca40a78913189e6e9c4fef259701431f85d4c 100644 (file)
@@ -2024,7 +2024,7 @@ dumpTableData_insert(Archive *fout, void *dcontext)
                                archputs(insertStmt->data, fout);
 
                        /*
-                        * If it is zero-column table then we've aleady written the
+                        * If it is zero-column table then we've already written the
                         * complete statement, which will mean we've disobeyed
                         * --rows-per-insert when it's set greater than 1.  We do support
                         * a way to make this multi-row with: SELECT UNION ALL SELECT
index 62906d5e55d8309f95667cfbc2624d1848799cbd..b75a018db4b5c6d5d429d3d385f24f121b19d34a 100644 (file)
@@ -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
 {