From: Hokwon Song Date: Mon, 20 May 2013 05:00:57 +0000 (+0900) Subject: Fixed the exception comment. X-Git-Tag: submit/tizen_2.2/20130714.152805~165^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd7cfa3acf408de918beeb5dc4bf042bbf662a11;p=framework%2Fosp%2Fappfw.git Fixed the exception comment. Change-Id: I0f6339157b95f58aa632f1499d5bd92d0916f5b6 Signed-off-by: Hokwon Song --- diff --git a/src/text/FText_EncodingImpl.cpp b/src/text/FText_EncodingImpl.cpp index 5c2e16f..8a4c95e 100644 --- a/src/text/FText_EncodingImpl.cpp +++ b/src/text/FText_EncodingImpl.cpp @@ -132,7 +132,7 @@ _EncodingImpl::Encode(const wchar_t* pSrc, int srcLength, ByteBuffer*& pByteBuff std::unique_ptr pDst(__pEncodingCore->EncodeN(pSrc, srcLength, retLength)); r = GetLastResult(); - SysTryReturnResult(NID_TEXT, (pDst != null), r, "[%s] Decoding failed", GetErrorMessage(r)); + SysTryReturnResult(NID_TEXT, (pDst != null), r, "[%s] Encoding failed", GetErrorMessage(r)); ByteBuffer* pOutBuffer = pByteBuffer; if (retLength > 0)