From 55a94b417cbcf1ed34e0a946634854599d62174b Mon Sep 17 00:00:00 2001 From: byronhe Date: Wed, 4 Sep 2019 20:50:11 +0800 Subject: [PATCH] fix typo --- include/cppjieba/FullSegment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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