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:
@@ -1100,7 +1100,7 @@ wxLayoutLine::Draw(wxDC &dc,
|
||||
|
||||
pos.y += m_BaseLine;
|
||||
|
||||
CoordType xpos = 0; // cursorpos, lenght of line
|
||||
CoordType xpos = 0; // cursorpos, length of line
|
||||
|
||||
CoordType from, to;
|
||||
|
||||
|
@@ -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; }
|
||||
//@}
|
||||
|
Reference in New Issue
Block a user