summaryrefslogtreecommitdiff
path: root/mkfs/main.c
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 14:32:01 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2018-07-23 14:32:01 +0100
commit3b9cf4c8cda0818e4d3f9892ece9f7d99de13b03 (patch)
tree59446f505b5bb3b31b1b3bb81af997dda68407c2 /mkfs/main.c
parentf22f0302575d3a167ee550470c922de82e34342b (diff)
Diffstat (limited to 'mkfs/main.c')
-rw-r--r--mkfs/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs/main.c b/mkfs/main.c
index 9bfddf30..b76462a7 100644
--- a/mkfs/main.c
+++ b/mkfs/main.c
@@ -1229,7 +1229,7 @@ raid_groups:
if (source_dir_set) {
ret = btrfs_mkfs_fill_dir(source_dir, root, verbose);
if (ret) {
- error("error wihle filling filesystem: %d", ret);
+ error("error while filling filesystem: %d", ret);
goto out;
}
if (shrink_rootdir) {