]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/encconv.h
support for using DIBs for wxBitmap implementation (patch 649866)
[wxWidgets.git] / include / wx / encconv.h
index 013b9d76bfb31c4bc10136eb4c34fca62b4f5228..7b9589f355df2f3d84afb657d01b8b10c5e93c3e 100644 (file)
@@ -62,7 +62,7 @@ class WXDLLEXPORT wxEncodingConverter : public wxObject
             wxEncodingConverter();
             ~wxEncodingConverter() { if (m_Table) delete[] m_Table; }
 
-            // Initialize convertion. Both output or input encoding may
+            // Initialize conversion. Both output or input encoding may
             // be wxFONTENCODING_UNICODE, but only if wxUSE_WCHAR_T is set to 1.
             //
             // All subsequent calls to Convert() will interpret it's argument