Browse Source

Typo: Tokes->Tokens.

MikeMirzayanov 7 years ago
parent
commit
da1de6981e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testlib.h

+ 1 - 1
testlib.h

@@ -63,7 +63,7 @@
  */
 
 const char* latestFeatures[] = {
-                          "Introduced space-separated read functions: readWords/readTokes, multilines read functions: readStrings/readLines",
+                          "Introduced space-separated read functions: readWords/readTokens, multilines read functions: readStrings/readLines",
                           "Introduced space-separated read functions: readInts/readIntegers/readLongs/readUnsignedLongs/readDoubles/readReals/readStrictDoubles/readStrictReals",
                           "Introduced split/tokenize functions to separate string by given char",
                           "Introduced InStream::readUnsignedLong and InStream::readLong with unsigned long long paramerters",