]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/foldbar/foldpanelbar.cpp
Typo correction patch [ 1208110 ] Lots of typo corrections
[wxWidgets.git] / contrib / src / foldbar / foldpanelbar.cpp
index a8710b3d5aacf8179ab0b62eebfc3aa326fd8a51..c4870c882740c72b040836ac2f275ece231d3ca5 100644 (file)
@@ -352,7 +352,7 @@ int wxFoldPanelBar::GetPanelsLength(int &collapsed, int &expanded)
     int value = 0;
 
     // assumed here that all the panels that are expanded
-    // are positioned after eachother from 0,0 to end.
+    // are positioned after each other from 0,0 to end.
 
     for(size_t j = 0; j < m_panels.GetCount(); j++)
     {