diff options
author | Alex Henrie <alexhenrie24@gmail.com> | 2016-02-22 10:38:17 +0100 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2016-02-22 10:38:17 +0100 |
commit | b9dc788eb633fa9e5c1f274f2dce6d1f1dd8ac75 (patch) | |
tree | a92a03a13b0bb7281e61f70006203dcd3ff6d948 /src/photorec.c | |
parent | 3fbf22ea46345c2faec5cd9f193fd656b28a93be (diff) |
Improve English grammar, capitalization, and punctuation
Diffstat (limited to 'src/photorec.c')
-rw-r--r-- | src/photorec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/photorec.c b/src/photorec.c index 0c2229a..9699f88 100644 --- a/src/photorec.c +++ b/src/photorec.c @@ -405,7 +405,7 @@ void write_stats_log(const file_stat_t *file_stats) } } free(new_file_stats); - if(file_nbr>1) + if(file_nbr!=1) { log_info("Total: %u files found\n\n",file_nbr); } @@ -701,7 +701,7 @@ void info_list_search_space(const alloc_data_t *list_search_space, const alloc_d "(null)")); } } - log_info("%llu sectors contains unknown data, %lu invalid files found %s.\n", + log_info("%llu sectors contain unknown data, %lu invalid files found %s.\n", (long long unsigned)sectors_with_unknown_data, (long unsigned)nbr_headers, (keep_corrupted_file>0?"but saved":"and rejected")); } |