diff options
author | David Rowley | 2023-11-09 11:15:54 +0000 |
---|---|---|
committer | David Rowley | 2023-11-09 11:15:54 +0000 |
commit | 10d34fefc2ab3c12b03772744c24000c44b7a550 (patch) | |
tree | 7f37825a46ae988e48b4a387b21a966845dc52da /src/tools/pg_bsd_indent | |
parent | 0e3e8fbd3a8b1660b02a5bb032dc1f50e1d66b19 (diff) |
Ensure we use the correct spelling of "ensure"
We seem to have accidentally used "insure" in a few places. Correct
that.
Author: Peter Smith
Discussion: https://postgr.es/m/CAHut+Pv0biqrhA3pMhu40aDsj343mTsD75khKnHsLqR8P04f=Q@mail.gmail.com
Backpatch-through: 12, oldest supported version
Diffstat (limited to 'src/tools/pg_bsd_indent')
-rw-r--r-- | src/tools/pg_bsd_indent/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pg_bsd_indent/indent.c b/src/tools/pg_bsd_indent/indent.c index 2fd87710834..923fc34b858 100644 --- a/src/tools/pg_bsd_indent/indent.c +++ b/src/tools/pg_bsd_indent/indent.c @@ -608,7 +608,7 @@ check_type: parse(hd_type); /* let parser worry about if, or whatever */ } - ps.search_brace = btype_2; /* this should insure that constructs + ps.search_brace = btype_2; /* this should ensure that constructs * such as main(){...} and int[]{...} * have their braces put in the right * place */ |