aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc_tables.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-11-10 00:15:54 +1300
committerDavid Rowley <drowley@postgresql.org>2023-11-10 00:15:54 +1300
commit10d34fefc2ab3c12b03772744c24000c44b7a550 (patch)
tree7f37825a46ae988e48b4a387b21a966845dc52da /src/backend/utils/misc/guc_tables.c
parent0e3e8fbd3a8b1660b02a5bb032dc1f50e1d66b19 (diff)
downloadpostgresql-10d34fefc2ab3c12b03772744c24000c44b7a550.tar.gz
postgresql-10d34fefc2ab3c12b03772744c24000c44b7a550.zip
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/backend/utils/misc/guc_tables.c')
-rw-r--r--src/backend/utils/misc/guc_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc_tables.c b/src/backend/utils/misc/guc_tables.c
index 7605eff9b9d..beed72abbd6 100644
--- a/src/backend/utils/misc/guc_tables.c
+++ b/src/backend/utils/misc/guc_tables.c
@@ -1111,7 +1111,7 @@ struct config_bool ConfigureNamesBool[] =
{"fsync", PGC_SIGHUP, WAL_SETTINGS,
gettext_noop("Forces synchronization of updates to disk."),
gettext_noop("The server will use the fsync() system call in several places to make "
- "sure that updates are physically written to disk. This insures "
+ "sure that updates are physically written to disk. This ensures "
"that a database cluster will recover to a consistent state after "
"an operating system or hardware crash.")
},