[PATCH] minor spelling correction in utilities

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystem Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux