Skip to content

Commit f660864

Browse files
KenricYoungkdave
authored andcommitted
btrfs-progs: fi usage: fix typos in raid56 profile warning
Two typos found in the warning for the usage subcommand when using raid5/6. Pull-request: #1011 Signed-off-by: David Sterba <dsterba@suse.com>
1 parent f2da490 commit f660864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/filesystem-usage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ static int print_filesystem_usage_overall(int fd, const struct array *chunkinfos
622622
*/
623623
unreliable_allocated = (raid56 && chunkinfos->length == 0);
624624
if (unreliable_allocated) {
625-
warning("radid56 found, we cannots compute some values, run as root if needed");
625+
warning("raid56 found, we cannot compute some values, run as root if needed");
626626
ret = 1;
627627
goto exit;
628628
}

0 commit comments

Comments
 (0)