From dfb2230423b48df0ad04112f102ea746338c845b Mon Sep 17 00:00:00 2001 From: Chris Samuel Date: Fri, 11 May 2012 22:55:17 +1000 Subject: [PATCH] Fix "set-dafault" typo in cmds-subvolume.c Andrei Popa reported that there were two typos of default as dafault, this patch fixes those two typos up. Signed-off-by: Chris Samuel --- cmds-subvolume.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmds-subvolume.c b/cmds-subvolume.c index a01c830..3508ce6 100644 --- a/cmds-subvolume.c +++ b/cmds-subvolume.c @@ -397,7 +397,7 @@ static int cmd_snapshot(int argc, char **argv) } static const char * const cmd_subvol_get_default_usage[] = { - "btrfs subvolume get-dafault ", + "btrfs subvolume get-default ", "Get the default subvolume of a filesystem", NULL }; @@ -435,7 +435,7 @@ static int cmd_subvol_get_default(int argc, char **argv) } static const char * const cmd_subvol_set_default_usage[] = { - "btrfs subvolume set-dafault ", + "btrfs subvolume set-default ", "Set the default subvolume of a filesystem", NULL }; -- 2.7.4