]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/string.h
Miscellaneous spelling and typo fixes in the documentation.
[wxWidgets.git] / interface / wx / string.h
index 93ff1cbee89fe22ca29491665960a80b3f59c8d5..d7ade829203b440e8a1481e06bb902a6baf6cd58 100644 (file)
@@ -1795,7 +1795,7 @@ public:
     you can do:
     @code
         if (wxStringCheck<wxIsdigit>(myString))
-            ... // the entire string contains oly digits!
+            ... // the entire string contains only digits!
         else
             ... // at least one character of myString is not a digit
     @endcode