mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
This commit is contained in:
@ -5040,7 +5040,7 @@ iterate_jsonb_values(Jsonb *jb, uint32 flags, void *state,
|
||||
|
||||
/*
|
||||
* Just recursively iterating over jsonb and call callback on all
|
||||
* correspoding elements
|
||||
* corresponding elements
|
||||
*/
|
||||
while ((type = JsonbIteratorNext(&it, &v, false)) != WJB_DONE)
|
||||
{
|
||||
|
Reference in New Issue
Block a user