Typo fix
authorAmit Langote <amitlan@postgresql.org>
Mon, 8 Jul 2024 13:12:55 +0000 (22:12 +0900)
committerAmit Langote <amitlan@postgresql.org>
Mon, 8 Jul 2024 13:12:55 +0000 (22:12 +0900)
Reported-by: Junwang Zhao <zhjwpku@gmail.com>
Discussion: https://postgr.es/m/CAEG8a3KPi=LayiTwJ11ikF7bcqnZUrcj8NgX0V8nO1mQKZ9GfQ@mail.gmail.com
Backpatch-through: 17

src/common/jsonapi.c

index 0c6374b0fc265b091afcdb149d5abffdb1725d05..2527dbe1da921c120bd93da676f78048053eceb5 100644 (file)
@@ -514,7 +514,7 @@ freeJsonLexContext(JsonLexContext *lex)
  *
  * If FORCE_JSON_PSTACK is defined then the routine will call the non-recursive
  * JSON parser. This is a useful way to validate that it's doing the right
- * think at least for non-incremental cases. If this is on we expect to see
+ * thing at least for non-incremental cases. If this is on we expect to see
  * regression diffs relating to error messages about stack depth, but no
  * other differences.
  */