From 2cd4a76ea9914c35b0fb614ad68aa9aefd7e5dd7 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 26 Nov 2018 18:08:21 +0100 Subject: btrfs-progs: fix typos in user-visible strings * error messages * help strings Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref Signed-off-by: David Sterba --- image/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image') 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) { -- cgit v1.2.3