From 27d86bd15bb65c93fdaaffb67c9d600b71ee2f0f Mon Sep 17 00:00:00 2001 From: Daniel Gollub Date: Tue, 7 May 2013 11:55:46 +0200 Subject: [PATCH] fixed common typo in error messages Signed-off-by: Daniel Gollub --- src/auth/cephx/CephxProtocol.cc | 2 +- src/client/SyntheticClient.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; } } -- 2.47.3