diff options
Diffstat (limited to 'dw/hyphenator.cc')
-rw-r--r-- | dw/hyphenator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/hyphenator.cc b/dw/hyphenator.cc index 1530074f..6f7aebde 100644 --- a/dw/hyphenator.cc +++ b/dw/hyphenator.cc @@ -416,7 +416,7 @@ int TrieBuilder::insertState (StackEntry *state, bool root) return 0; if (root) { - i = 0; // we reseve slot 0 for the root state + i = 0; // we reserve slot 0 for the root state } else { /* The bigger pack is the more slots we check and the smaller * the trie will be, but CPU consumption also increases. |