From 9b317f7322848802b3aab9fec3def81dddd4a49b Mon Sep 17 00:00:00 2001 From: xianxiaxiao Date: Thu, 15 Dec 2016 09:23:05 +0000 Subject: [PATCH] rc/os/filestore/FileStore.cc : fix typos Signed-off-by: xianxiaxiao --- src/os/filestore/FileStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os/filestore/FileStore.cc b/src/os/filestore/FileStore.cc index df0c63b89f987..69d8a6bf33104 100644 --- a/src/os/filestore/FileStore.cc +++ b/src/os/filestore/FileStore.cc @@ -2248,7 +2248,7 @@ void FileStore::_set_global_replay_guard(const coll_t& cid, } ret = sync_filesystem(basedir_fd); if (ret < 0) { - derr << __func__ << " : sync_filesytem error " << cpp_strerror(ret) << dendl; + derr << __func__ << " : sync_filesystem error " << cpp_strerror(ret) << dendl; assert(0 == "_set_global_replay_guard failed"); } -- 2.39.5