From: xie xingguo Date: Tue, 19 Jan 2016 06:38:37 +0000 (+0800) Subject: kstore: fix typo X-Git-Tag: v10.0.4~178^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1fc9edfe2a0d23f9efa3d9c0da7e1f914827d684;p=ceph.git kstore: fix typo Signed-off-by: xie xingguo --- diff --git a/src/os/kstore/KStore.cc b/src/os/kstore/KStore.cc index af16de56ebcc..3f340c37dacb 100644 --- a/src/os/kstore/KStore.cc +++ b/src/os/kstore/KStore.cc @@ -2609,11 +2609,11 @@ int KStore::_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: @@ -2638,7 +2638,7 @@ int KStore::_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: