summaryrefslogtreecommitdiff
path: root/mkfs
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2017-01-05 22:40:47 -0500
committerDavid Sterba <dsterba@suse.com>2017-01-25 09:47:40 +0100
commitb757cf4ba76b433769722622734c54b7c7e175a8 (patch)
tree335d79b9a7257ccd22b473cf4c57e3c8ad5cea10 /mkfs
parent206ae800ddc5fdbcb4aa78a77adf86c7c733cee5 (diff)
btrfs-progs: Fix spelling/typos in user-facing strings
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'mkfs')
-rw-r--r--mkfs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs/main.c b/mkfs/main.c
index 5756a726..8cdc74b7 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -366,7 +366,7 @@ static void print_usage(int ret)
printf("\t-V|--version print the mkfs.btrfs version and exit\n");
printf("\t--help print this help and exit\n");
printf(" deprecated:\n");
- printf("\t-A|--alloc-start START the offset to start the filesytem\n");
+ printf("\t-A|--alloc-start START the offset to start the filesystem\n");
printf("\t-l|--leafsize SIZE deprecated, alias for nodesize\n");
exit(ret);
}