]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlwin.cpp
Add backend descriptions for all backends to the documentation.
[wxWidgets.git] / src / html / htmlwin.cpp
index 058499e4812b12fc7823d0dddfd9954abd016cfc..1eefb4b3cbe20d0c69d2c0000d6d3d056f90eb5e 100644 (file)
@@ -1576,7 +1576,7 @@ void wxHtmlWindow::SelectLine(const wxPoint& pos)
         {
             // We use following heuristic to find a "line": let the line be all
             // cells in same container as the cell under mouse cursor that are
-            // neither completely above nor completely bellow the clicked cell
+            // neither completely above nor completely below the clicked cell
             // (i.e. are likely to be words positioned on same line of text).
 
             int y1 = cell->GetAbsPos().y;