btrfs-progs: fix typos in restore help/doc
authorDavid Sterba <dsterba@suse.cz>
Fri, 24 Apr 2015 15:28:37 +0000 (17:28 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 24 Apr 2015 15:28:37 +0000 (17:28 +0200)
Signed-off-by: David Sterba <dsterba@suse.cz>
Documentation/btrfs-restore.asciidoc
cmds-restore.c

index 89e0c87..f66d755 100644 (file)
@@ -68,7 +68,7 @@ restore only filenames matching regex, you have to use following syntax (possibl
 +^/(|home(|/username(|/Desktop(|/.*))))$+
 
 -c::
-ignore case (--path-regrex only).
+ignore case (--path-regex only).
 
 EXIT STATUS
 -----------
index e877548..8cf7a1f 100644 (file)
@@ -1257,7 +1257,7 @@ const char * const cmd_restore_usage[] = {
        "                restore only filenames matching regex,",
        "                you have to use following syntax (possibly quoted):",
        "                ^/(|home(|/username(|/Desktop(|/.*))))$",
-       "-c              ignore case (--path-regrex only)",
+       "-c              ignore case (--path-regex only)",
        NULL
 };