summaryrefslogtreecommitdiff
path: root/btrfs-select-super.c
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 18:08:21 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 18:24:49 +0100
commit2cd4a76ea9914c35b0fb614ad68aa9aefd7e5dd7 (patch)
treefd91ea056002b4fee258e7da965b5c5f3e72a33a /btrfs-select-super.c
parentb1d39a42a4efd640df365447aadb719eadf7fa49 (diff)
btrfs-progs: fix typos in user-visible strings
* error messages * help strings Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'btrfs-select-super.c')
-rw-r--r--btrfs-select-super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrfs-select-super.c b/btrfs-select-super.c
index 0764bf01..67b3958d 100644
--- a/btrfs-select-super.c
+++ b/btrfs-select-super.c
@@ -34,7 +34,7 @@
static void print_usage(void)
{
printf("usage: btrfs-select-super -s number dev\n");
- printf("\t-s super copy of superbloc to overwrite the primary one (values: 1, 2)\n");
+ printf("\t-s super copy of superblock to overwrite the primary one (values: 1, 2)\n");
exit(1);
}