summaryrefslogtreecommitdiff
path: root/src/tools/pg_bsd_indent
diff options
context:
space:
mode:
authorDavid Rowley2023-11-09 11:15:54 +0000
committerDavid Rowley2023-11-09 11:15:54 +0000
commit10d34fefc2ab3c12b03772744c24000c44b7a550 (patch)
tree7f37825a46ae988e48b4a387b21a966845dc52da /src/tools/pg_bsd_indent
parent0e3e8fbd3a8b1660b02a5bb032dc1f50e1d66b19 (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.c2
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 */