Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7390b64

Browse files
committed
Fix typo
1 parent a3d2b1b commit 7390b64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/utils/adt/jsonfuncs.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -4922,7 +4922,7 @@ setPath(JsonbIterator **it, Datum *path_elems,
49224922
case WJB_BEGIN_ARRAY:
49234923

49244924
/*
4925-
* If instructed complain about attempts to replace whithin a raw
4925+
* If instructed complain about attempts to replace within a raw
49264926
* scalar value. This happens even when current level is equal to
49274927
* path_len, because the last path key should also correspond to
49284928
* an object or an array, not raw scalar.
@@ -4954,7 +4954,7 @@ setPath(JsonbIterator **it, Datum *path_elems,
49544954
case WJB_VALUE:
49554955

49564956
/*
4957-
* If instructed complain about attempts to replace whithin a
4957+
* If instructed complain about attempts to replace within a
49584958
* scalar value. This happens even when current level is equal to
49594959
* path_len, because the last path key should also correspond to
49604960
* an object or an array, not an element or value.

0 commit comments

Comments
 (0)