aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/jsonfuncs.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2020-03-31 16:00:06 +0200
committerMagnus Hagander <magnus@hagander.net>2020-03-31 16:00:06 +0200
commit087d3d0583cf292146a7385746d1f5b53eeeaee6 (patch)
tree2f8e5d575a48dec1fcd1c7c03eed2a5870752b4a /src/backend/utils/adt/jsonfuncs.c
parentde3bbfcc962f24c1a20a17b76c604e5973a05817 (diff)
downloadpostgresql-087d3d0583cf292146a7385746d1f5b53eeeaee6.tar.gz
postgresql-087d3d0583cf292146a7385746d1f5b53eeeaee6.zip
Fix assorted typos
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/backend/utils/adt/jsonfuncs.c')
-rw-r--r--src/backend/utils/adt/jsonfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/jsonfuncs.c b/src/backend/utils/adt/jsonfuncs.c
index 4b5007e0d6f..9b86bdcb22a 100644
--- a/src/backend/utils/adt/jsonfuncs.c
+++ b/src/backend/utils/adt/jsonfuncs.c
@@ -489,7 +489,7 @@ static void transform_string_values_scalar(void *state, char *token, JsonTokenTy
/*
* pg_parse_json_or_ereport
*
- * This fuction is like pg_parse_json, except that it does not return a
+ * This function is like pg_parse_json, except that it does not return a
* JsonParseErrorType. Instead, in case of any failure, this function will
* ereport(ERROR).
*/