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 89e0c87b78439255bcc6a8b82fdce966148cb176..f66d755393e665e512b0231586ef830a4b354d9d 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 e8775481ff8ec72e2c12599884fc7768deb49064..8cf7a1faa3be48144d0c68f723aa929349d15800 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
 };