]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo
authorRobert Roebling <robert@roebling.de>
Fri, 29 Aug 2008 14:00:43 +0000 (14:00 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 29 Aug 2008 14:00:43 +0000 (14:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/string.h

index be71c0edd0c792c13df08f225166b862c0801c51..597f14fef1fd037f6364b6b8d6189f366174adc6 100644 (file)
@@ -98,7 +98,7 @@ public:
     wxString implements caching of the last used index so that iterating over
     a string is a linear operation even in UTF-8 mode.
     
-    It is nonetheless recommended to use iterators (instead of index bases
+    It is nonetheless recommended to use iterators (instead of index based
     access) like this:
 
     @code