Minor spelling mistake when running ''btrfsck'' when argument doesn''t exist. --- disk-io.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/disk-io.c b/disk-io.c index e49c220..9e0cfe8 100644 --- a/disk-io.c +++ b/disk-io.c @@ -530,7 +530,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); -- 1.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html