From 07fd775b135a27658a2bbb5591dcd2a73ea78cf3 Mon Sep 17 00:00:00 2001 From: gandalf3 Date: Thu, 13 Aug 2020 22:37:56 -0700 Subject: [PATCH] btrfs-progs: docs: fix typo in btrfs restore message mirros -> mirrors Pull-request: #284 Author: gandalf3 Reviewed-by: Marcos Paulo de Souza Signed-off-by: David Sterba --- cmds/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/restore.c b/cmds/restore.c index 2f3033dd..025e99e9 100644 --- a/cmds/restore.c +++ b/cmds/restore.c @@ -413,7 +413,7 @@ again: mirror_num++; if (mirror_num > num_copies) { ret = -1; - error("exhausted mirros trying to read (%d > %d)", + error("exhausted mirrors trying to read (%d > %d)", mirror_num, num_copies); goto out; }