Spelling fixes [#1017001], source cleaning.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-04 01:26:40 +00:00
parent cb0422ea04
commit a0d9c6cb91
8 changed files with 45 additions and 45 deletions

View File

@@ -650,7 +650,7 @@ public:
inline CoordType GetLineNumber() const { return m_LineNumber; }
/** Return the length of the line.
@return line lenght in cursor positions
@return line length in cursor positions
*/
inline CoordType GetLength() const { return m_Length; }
//@}