diff --git a/include/cppjieba/FullSegment.hpp b/include/cppjieba/FullSegment.hpp index ef314d7..79d5211 100644 --- a/include/cppjieba/FullSegment.hpp +++ b/include/cppjieba/FullSegment.hpp @@ -48,7 +48,7 @@ class FullSegment: public SegmentBase { void Cut(RuneStrArray::const_iterator begin, RuneStrArray::const_iterator end, vector& res) const { - // resut of searching in trie tree + // result of searching in trie tree LocalVector > tRes; // max index of res's words