summaryrefslogtreecommitdiff
path: root/image
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 /image
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 'image')
-rw-r--r--image/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/main.c b/image/main.c
index c680ab19..39d5265d 100644
--- a/image/main.c
+++ b/image/main.c
@@ -2496,7 +2496,7 @@ int main(int argc, char *argv[])
} else {
if (walk_trees || sanitize != SANITIZE_NONE || compress_level) {
error(
- "useing -w, -s, -c options for restore makes no sense");
+ "using -w, -s, -c options for restore makes no sense");
usage_error++;
}
if (multi_devices && dev_cnt < 2) {