diff options
author | Andrew Dunstan | 2024-04-09 19:30:48 +0000 |
---|---|---|
committer | Andrew Dunstan | 2024-04-12 14:32:30 +0000 |
commit | 42fa4b660143b66bea1fb90793ec90054e170c93 (patch) | |
tree | 058096389cf8c17ab2dceb0b8b9fb7bf55ad522c /src/common/parse_manifest.c | |
parent | b8a7bfa33324bc40c7180cb946a39378fb48309c (diff) |
Assorted minor cleanups in the test_json_parser module
Per gripes from Michael Paquier
Discussion: https://postgr.es/m/[email protected]
Along the way, also clean up a handful of typos in 3311ea86ed and
ea7b4e9a2a, found by Alexander Lakhin, and a couple of stylistic
snafus noted by Daniel Westermann and Daniel Gustafsson.
Diffstat (limited to 'src/common/parse_manifest.c')
-rw-r--r-- | src/common/parse_manifest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/parse_manifest.c b/src/common/parse_manifest.c index a94e3d6b154..821fba3967a 100644 --- a/src/common/parse_manifest.c +++ b/src/common/parse_manifest.c @@ -806,7 +806,7 @@ json_manifest_finalize_wal_range(JsonManifestParseState *parse) * the rest of the file. * * For an incremental parse, this will just be called on the last chunk of the - * manifest, and the cryptohash context paswed in. For a non-incremental + * manifest, and the cryptohash context passed in. For a non-incremental * parse incr_ctx will be NULL. */ static void |