diff options
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 |