summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-04-18 14:03:30 +1200
committerDavid Rowley <drowley@postgresql.org>2023-04-18 14:03:49 +1200
commiteef231e8161eb8031a928fe48134ef25ab81fe5e (patch)
tree17f1882a677a251f2638fb1893ec2a6fca1885d3 /src/tools
parentb4dbf3e924b2556acbe103dc61ac71f9985ff24f (diff)
downloadpostgresql-eef231e8161eb8031a928fe48134ef25ab81fe5e.tar.gz
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby Reviewed-by: David Rowley Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/pg_bsd_indent/tests/elsecomment.02
-rw-r--r--src/tools/pg_bsd_indent/tests/elsecomment.0.stdout2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/pg_bsd_indent/tests/elsecomment.0 b/src/tools/pg_bsd_indent/tests/elsecomment.0
index 61066c22b5..c701f1b8a2 100644
--- a/src/tools/pg_bsd_indent/tests/elsecomment.0
+++ b/src/tools/pg_bsd_indent/tests/elsecomment.0
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
/* See r303484 and r309342 */
void t(void) {
- /* The two if statements below excercise two different code paths. */
+ /* The two if statements below exercise two different code paths. */
if (1) /* a */ int a; else /* b */ int b;
diff --git a/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout b/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout
index 7de23be089..6c3c10ea3d 100644
--- a/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout
+++ b/src/tools/pg_bsd_indent/tests/elsecomment.0.stdout
@@ -3,7 +3,7 @@
void
t(void)
{
- /* The two if statements below excercise two different code paths. */
+ /* The two if statements below exercise two different code paths. */
if (1) /* a */
int a;