From 4801d9613ffcfcb967205ea4a80012666e37650b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Sep 2012 22:45:38 +0000 Subject: [PATCH] More s/loose/lose/ in wxEncodingConverter comments. Finish the changes started by r72500 and lose the remaining loosely used words. Closes #14665. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/encconv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wx/encconv.h b/include/wx/encconv.h index 2d993aad90..bc464785c8 100644 --- a/include/wx/encconv.h +++ b/include/wx/encconv.h @@ -110,8 +110,8 @@ class WXDLLIMPEXP_BASE wxEncodingConverter : public wxObject // Equivalence is defined in terms of convertibility: // 2 encodings are equivalent if you can convert text between // then without losing information (it may - and will - happen - // that you loose special chars like quotation marks or em-dashes - // but you shouldn't loose any diacritics and language-specific + // that you lose special chars like quotation marks or em-dashes + // but you shouldn't lose any diacritics and language-specific // characters when converting between equivalent encodings). // // Convert() method is not limited to converting between -- 2.45.2