X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=cmds-receive.c;h=f4a3a4f184e2dbdcade1650e29d6db9a23cc6e43;hb=bd2cc320aff5789fe4034736fa6da8b4ebae475f;hp=cbb16421b14963e9edd98f3c27ffa1d6214bb969;hpb=62c0666378eb70285b6a3052bf4144d2132a5891;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/cmds-receive.c b/cmds-receive.c index cbb1642..f4a3a4f 100644 --- a/cmds-receive.c +++ b/cmds-receive.c @@ -644,7 +644,7 @@ static int open_inode_for_write(struct btrfs_receive *r, const char *path) r->write_fd = open(path, O_RDWR); if (r->write_fd < 0) { ret = -errno; - error("cannont open %s: %s", path, strerror(-ret)); + error("cannot open %s: %s", path, strerror(-ret)); goto out; } strncpy_null(r->write_path, path);