diff options
| author | David Rowley | 2023-04-18 02:03:30 +0000 |
|---|---|---|
| committer | David Rowley | 2023-04-18 02:03:49 +0000 |
| commit | eef231e8161eb8031a928fe48134ef25ab81fe5e (patch) | |
| tree | 17f1882a677a251f2638fb1893ec2a6fca1885d3 /src/tools | |
| parent | b4dbf3e924b2556acbe103dc61ac71f9985ff24f (diff) | |
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.0 | 2 | ||||
| -rw-r--r-- | src/tools/pg_bsd_indent/tests/elsecomment.0.stdout | 2 |
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 61066c22b58..c701f1b8a2c 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 7de23be0894..6c3c10ea3d2 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; |
