summaryrefslogtreecommitdiff
path: root/btrfs-convert.c
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2016-09-24 21:26:41 -0400
committerDavid Sterba <dsterba@suse.com>2016-10-03 15:07:22 +0200
commit6bdb1cfbc1a3ab1f1fc2eb23daef777c17bd0b1a (patch)
tree946925eebfec5384b823c07080107e43fa2f990a /btrfs-convert.c
parentaa8ad8d4ae796da9c04ed54bc8b5ee9354e75cfe (diff)
btrfs-progs: fix user-facing typos in docs and help strings
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'btrfs-convert.c')
-rw-r--r--btrfs-convert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrfs-convert.c b/btrfs-convert.c
index a62d2f01..67e12b0c 100644
--- a/btrfs-convert.c
+++ b/btrfs-convert.c
@@ -3010,7 +3010,7 @@ static void print_usage(void)
printf("\t-O|--features LIST comma separated list of filesystem features\n");
printf("\t--no-progress show only overview, not the detailed progress\n");
printf("\n");
- printf("Suported filesystems:\n");
+ printf("Supported filesystems:\n");
printf("\text2/3/4: %s\n", BTRFSCONVERT_EXT2 ? "yes" : "no");
}