summaryrefslogtreecommitdiff
path: root/src/backend/statistics/stat_utils.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2025-01-02 12:42:01 +1300
committerDavid Rowley <drowley@postgresql.org>2025-01-02 12:42:01 +1300
commit11012c503759f8018d8831bc6eb1f998eba7ad25 (patch)
tree4c81ce997993741a27630e72c12f0cc9dfa5cee2 /src/backend/statistics/stat_utils.c
parent50e6eb731d98ab6d0e625a0b87fb327b172bbebd (diff)
Fix an assortment of spelling mistakes and typos
Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/5812a0b9-b0cf-4151-9a14-d9f00e4f2858@gmail.com
Diffstat (limited to 'src/backend/statistics/stat_utils.c')
-rw-r--r--src/backend/statistics/stat_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/statistics/stat_utils.c b/src/backend/statistics/stat_utils.c
index 07fb1cef0e6..0d446f55b01 100644
--- a/src/backend/statistics/stat_utils.c
+++ b/src/backend/statistics/stat_utils.c
@@ -243,7 +243,7 @@ stats_fill_fcinfo_from_arg_pairs(FunctionCallInfo pairs_fcinfo,
/*
* For each argument name/value pair, find corresponding positional
* argument for the argument name, and assign the argument value to
- * postitional_fcinfo.
+ * positional_fcinfo.
*/
for (int i = 0; i < nargs; i += 2)
{