summaryrefslogtreecommitdiff
path: root/cmds-subvolume.c
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2018-03-15 20:39:09 -0400
committerDavid Sterba <dsterba@suse.com>2018-03-30 22:15:54 +0200
commit0dc758d89e8ca57276d224a7efad608281dae5a5 (patch)
treea1fabc84afba393cdc87850b27e14251e941f473 /cmds-subvolume.c
parent7065345c9998679521dfcd24bb4312b5bb73aa4e (diff)
btrfs-progs: Fix typos in docs and user-facing strings
Signed-off-by: Nicholas D Steeves <nsteeves@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'cmds-subvolume.c')
-rw-r--r--cmds-subvolume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-subvolume.c b/cmds-subvolume.c
index ba57eaa0..45363a5a 100644
--- a/cmds-subvolume.c
+++ b/cmds-subvolume.c
@@ -338,7 +338,7 @@ again:
error("unable to get fsid for '%s': %s",
path, strerror(-res));
error(
- "delete suceeded but commit may not be done in the end");
+ "delete succeeded but commit may not be done in the end");
ret = 1;
goto out;
}