소스 검색

Typo: Tokes->Tokens.

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",