]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase
[wxWidgets.git] / src / generic / listctrl.cpp
index 3c88613e763116be45fd68617a05a9096b8c0786..e965866237a2ff797052cb2898e2462739a7a607 100644 (file)
@@ -3868,7 +3868,7 @@ void wxListMainWindow::RecalculatePositions(bool noRefresh)
         iconSpacing = 0;
 
     // Note that we do not call GetClientSize() here but
-    // GetSize() and substract the border size for sunken
+    // GetSize() and subtract the border size for sunken
     // borders manually. This is technically incorrect,
     // but we need to know the client area's size WITHOUT
     // scrollbars here. Since we don't know if there are