From acf6adddce10cedb7587a1a046b9d545084b50d2 Mon Sep 17 00:00:00 2001 From: Jivan Pal Date: Wed, 3 Feb 2021 18:15:16 +0000 Subject: [PATCH] Minor correction in `get_cpm_flags_string()` --- README.md | 2 +- src/apfs/string/nx.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dca7ea..f4465fd 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Type flags: (none) Type: Checkpoint map Subtype: (none/invalid) Flags: -- Last checkpoint-mapping block in the correspondng checkpoint. +- Last checkpoint-mapping block in the corresponding checkpoint. Number of mappings: 5 -------------------------------------------------------------------------------- Stored checksum: 0xe25eecc609033666 diff --git a/src/apfs/string/nx.c b/src/apfs/string/nx.c index da5e8d0..a5610ef 100644 --- a/src/apfs/string/nx.c +++ b/src/apfs/string/nx.c @@ -397,7 +397,7 @@ char* get_cpm_flags_string(checkpoint_map_phys_t* cpm) { }; char* flag_strings[] = { - "Last checkpoint-mapping block in the correspondng checkpoint.", + "Last checkpoint-mapping block in the corresponding checkpoint.", }; // Allocate sufficient memory for the result string