]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
BlueStore: fix typo
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 6 Jan 2016 07:50:58 +0000 (15:50 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 14 Jan 2016 06:30:02 +0000 (14:30 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index 8e1823fde5ea3dbb186f48512013e374216d9cc2..6f871688747c3305d8a4915e155d9dba7936a8f6 100644 (file)
@@ -1545,7 +1545,7 @@ int BlueStore::_setup_block_symlink_or_file(
       int fd = ::openat(path_fd, name.c_str(), O_CREAT|O_RDWR, 0644);
       if (fd < 0) {
        int r = -errno;
-       derr << __func__ << " faile to create " << name << " file: "
+       derr << __func__ << " failed to create " << name << " file: "
             << cpp_strerror(r) << dendl;
        return r;
       }