From: Daniel Gollub Date: Tue, 7 May 2013 09:55:46 +0000 (+0200) Subject: fixed common typo in error messages X-Git-Tag: v0.63~79^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27d86bd15bb65c93fdaaffb67c9d600b71ee2f0f;p=ceph.git fixed common typo in error messages Signed-off-by: Daniel Gollub --- diff --git a/src/auth/cephx/CephxProtocol.cc b/src/auth/cephx/CephxProtocol.cc index 8e55bcdd762e..5c17dea712ac 100644 --- a/src/auth/cephx/CephxProtocol.cc +++ b/src/auth/cephx/CephxProtocol.cc @@ -475,7 +475,7 @@ bool CephXAuthorizer::verify_reply(bufferlist::iterator& indata) std::string error; if (decode_decrypt(cct, reply, session_key, indata, error)) { - ldout(cct, 0) << "verify_reply coudln't decrypt with error: " << error << dendl; + ldout(cct, 0) << "verify_reply couldn't decrypt with error: " << error << dendl; return false; } diff --git a/src/client/SyntheticClient.cc b/src/client/SyntheticClient.cc index af3d94b40dfc..7a67c3b1421d 100644 --- a/src/client/SyntheticClient.cc +++ b/src/client/SyntheticClient.cc @@ -1031,7 +1031,7 @@ int SyntheticClient::play_trace(Trace& t, string& prefix, bool metadata_only) ll_inos[1] = attr.st_ino; dout(5) << "'root' ino is " << inodeno_t(attr.st_ino) << dendl; } else { - dout(0) << "warning: play_trace coudln't lookup up my per-client directory" << dendl; + dout(0) << "warning: play_trace couldn't lookup up my per-client directory" << dendl; } }