MikeMirzayanov пре 7 година
родитељ
комит
da1de6981e
1 измењених фајлова са 1 додато и 1 уклоњено
  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",