mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-22 14:13:04 +00:00
btrfs-progs: docs: fix typo in btrfs restore message
mirros -> mirrors Pull-request: #284 Author: gandalf3 <gandalf3@users.noreply.github.com> Reviewed-by: Marcos Paulo de Souza <mpdesouza@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
cfe26cca7a
commit
07fd775b13
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user