fix some typo error

This commit is contained in:
csch
2023-03-28 16:28:48 +08:00
parent d4f3d56c9e
commit d154dc8f4f
3 changed files with 9 additions and 9 deletions

View File

@ -241,7 +241,7 @@ private:
/*
* ObKMPStateMachine is a str matcher
* efficently implimented using KMP algorithem
* efficiently implemented using KMP algorithm
* to detect a given str from a char stream
*/
class ObKMPStateMachine