Skip to content

Commit

Permalink
Minor correction in get_cpm_flags_string()
Browse files Browse the repository at this point in the history
  • Loading branch information
jivanpal committed Feb 3, 2021
1 parent 4417cdd commit acf6add
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/apfs/string/nx.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf6add

Please sign in to comment.