From: Manali Kulkarni Date: Tue, 27 Sep 2016 14:22:50 +0000 (-0400) Subject: os/filestore: fix typos X-Git-Tag: v11.1.0~652^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6a0f3c6736c1671b62794d94532466b152cdee75;p=ceph.git os/filestore: fix typos Signed-off-by: Manali Kulkarni --- diff --git a/src/os/filestore/FileStore.cc b/src/os/filestore/FileStore.cc index b09efc91a276..9191bb70f4ba 100644 --- a/src/os/filestore/FileStore.cc +++ b/src/os/filestore/FileStore.cc @@ -2814,7 +2814,7 @@ void FileStore::_do_transaction( case Transaction::OP_COLL_SETATTR: case Transaction::OP_COLL_RMATTR: - assert(0 == "collection attr methods no longer implmented"); + assert(0 == "collection attr methods no longer implemented"); break; case Transaction::OP_STARTSYNC: @@ -4641,7 +4641,7 @@ int FileStore::list_collections(vector& ls, bool include_temp) continue; coll_t cid; if (!cid.parse(de->d_name)) { - derr << "ignoging invalid collection '" << de->d_name << "'" << dendl; + derr << "ignoring invalid collection '" << de->d_name << "'" << dendl; continue; } if (!cid.is_temp() || include_temp)