From: xie xingguo Date: Tue, 19 Jan 2016 06:42:08 +0000 (+0800) Subject: BlueStore: fix typo X-Git-Tag: v10.0.4~178^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb17b8fa8dbaf66db6de4f4ba6ac101553995a23;p=ceph.git BlueStore: fix typo Signed-off-by: xie xingguo --- diff --git a/src/os/bluestore/BlueStore.cc b/src/os/bluestore/BlueStore.cc index 756a05bc555..5655c48ec0d 100644 --- a/src/os/bluestore/BlueStore.cc +++ b/src/os/bluestore/BlueStore.cc @@ -4112,11 +4112,11 @@ int BlueStore::_txc_add_transaction(TransContext *txc, Transaction *t) break; case Transaction::OP_COLL_ADD: - assert(0 == "not implmeented"); + assert(0 == "not implemented"); break; case Transaction::OP_COLL_REMOVE: - assert(0 == "not implmeented"); + assert(0 == "not implemented"); break; case Transaction::OP_COLL_MOVE: @@ -4141,7 +4141,7 @@ int BlueStore::_txc_add_transaction(TransContext *txc, Transaction *t) break; case Transaction::OP_COLL_RENAME: - assert(0 == "not implmeneted"); + assert(0 == "not implemented"); break; case Transaction::OP_OMAP_CLEAR: