Fix spelling mistake when running 'btrfsck' when argument doesn't exist.
[platform/upstream/btrfs-progs.git] / disk-io.c
index 239c114..82e24e6 100644 (file)
--- a/disk-io.c
+++ b/disk-io.c
@@ -557,7 +557,7 @@ struct btrfs_root *open_ctree(const char *filename, u64 sb_bytenr, int writes)
 
        fp = open(filename, flags, 0600);
        if (fp < 0) {
-               fprintf (stderr, "Coult not open %s\n", filename);
+               fprintf (stderr, "Could not open %s\n", filename);
                return NULL;
        }
        root = open_ctree_fd(fp, filename, sb_bytenr, writes);