]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_tables.cpp
Change wxNotebook selection before sending page changed event in wxMSW.
[wxWidgets.git] / src / html / m_tables.cpp
index 5b5b22fca17b38c03dcae992f5b2b821e981660e..078525080bbba56e276aa613503d1c7fe1e27095 100644 (file)
@@ -43,7 +43,7 @@ struct colStruct
             // ('width' is the number, 'units' determines its meaning)
     int minWidth, maxWidth;
             // minimal/maximal column width. This is needed by HTML 4.0
-            // layouting algorithm and can be determined by trying to
+            // layout algorithm and can be determined by trying to
             // layout table cells with width=1 and width=infinity
     int leftpos, pixwidth, maxrealwidth;
             // temporary (depends on actual width of table)
@@ -460,7 +460,7 @@ void wxHtmlTableCell::Layout(int w)
 
     /*
 
-    LAYOUTING :
+    LAYOUT :
 
     */