]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/gridctrl.cpp
wxMSWUniv build fix.
[wxWidgets.git] / src / generic / gridctrl.cpp
index 6b608141f92064fb5d6e43d745ae3b4a1262db68..970370bdb5f4a6d337038078e3b7d6463146b197 100644 (file)
@@ -352,7 +352,7 @@ wxGridCellAutoWrapStringRenderer::GetTextLines(wxGrid& grid,
     //FIXME: this causes us to print an extra unnecesary
     //       space at the end of the line. But it
     //       is invisible , simplifies the size calculation
-    //       and ensures tokens are seperated in the display
+    //       and ensures tokens are separated in the display
     tok += _T(" ");
 
         dc.GetTextExtent(tok, &x, &y);