summaryrefslogtreecommitdiff
path: root/convert/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'convert/common.c')
-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;
}