summaryrefslogtreecommitdiff
path: root/convert
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 18:08:21 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 18:24:49 +0100
commit2cd4a76ea9914c35b0fb614ad68aa9aefd7e5dd7 (patch)
treefd91ea056002b4fee258e7da965b5c5f3e72a33a /convert
parentb1d39a42a4efd640df365447aadb719eadf7fa49 (diff)
btrfs-progs: fix typos in user-visible strings
* error messages * help strings Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'convert')
-rw-r--r--convert/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/common.c b/convert/common.c
index b7674297..a9b24043 100644
--- a/convert/common.c
+++ b/convert/common.c
@@ -98,7 +98,7 @@ static int setup_temp_super(int fd, struct btrfs_mkfs_config *cfg,
if (*cfg->fs_uuid) {
if (uuid_parse(cfg->fs_uuid, super->fsid) != 0) {
- error("cound not parse UUID: %s", cfg->fs_uuid);
+ error("could not parse UUID: %s", cfg->fs_uuid);
ret = -EINVAL;
goto out;
}