]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/tokenzr.h
remove unused wxAppTraits-related files
[wxWidgets.git] / interface / tokenzr.h
index 3879b1733b8ddc2fbeb70d1edac96f5fb067aec6..b9db6a1826c7d5a428e8eb06785ad2650bea6c6c 100644 (file)
@@ -61,7 +61,7 @@
 
     In this mode, the empty tokens in the
     middle of the string will be returned, i.e. @c "a::b:" will be tokenized in
-    three tokens 'a', '' and 'b'. Notice that all trailing delimiters are ignored
+    three tokens 'a', " and 'b'. Notice that all trailing delimiters are ignored
     in this mode, not just the last one, i.e. a string @c "a::b::" would
     still result in the same set of tokens.
 
@@ -129,7 +129,7 @@ public:
         GetNextToken() or @c NUL if
         there had been no calls to this function yet or if it returned the trailing
         empty token in @c wxTOKEN_RET_EMPTY_ALL mode.
-        
+
         @wxsince{2.7.0}
     */
     wxChar GetLastDelimiter();