]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
Add a note to the documentation about the emulation modes of the ie backend.
[wxWidgets.git] / src / html / htmlcell.cpp
index 52640fae19842f80d6b8fee5dd4c5c8c8dc409ff..f79224c5391e3edfffb906cf1434ed197e44dcd9 100644 (file)
@@ -870,7 +870,7 @@ void wxHtmlContainerCell::Layout(int w)
 
     /*
 
-    LAYOUTING :
+    LAYOUT :
 
     */
 
@@ -878,7 +878,7 @@ void wxHtmlContainerCell::Layout(int w)
     s_indent = (m_IndentLeft < 0) ? (-m_IndentLeft * m_Width / 100) : m_IndentLeft;
     s_width = m_Width - s_indent - ((m_IndentRight < 0) ? (-m_IndentRight * m_Width / 100) : m_IndentRight);
 
-    // my own layouting:
+    // my own layout:
     wxHtmlCell *cell = m_Cells,
                *line = m_Cells;
     while (cell != NULL)