summaryrefslogtreecommitdiff
path: root/editeng/source/lookuptree/Trie.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/lookuptree/Trie.cxx')
-rw-r--r--editeng/source/lookuptree/Trie.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/lookuptree/Trie.cxx b/editeng/source/lookuptree/Trie.cxx
index 0badcd99703c..184330ef4f2f 100644
--- a/editeng/source/lookuptree/Trie.cxx
+++ b/editeng/source/lookuptree/Trie.cxx
@@ -104,7 +104,7 @@ void TrieNode::collectSuggestionsForCurrentNode(TrieNode* pCurrent, const OUStri
{
rSuggestionList.push_back(aStringPath);
}
- // recursivly descend tree
+ // recursively descend tree
pCurrent->collectSuggestions(aStringPath, rSuggestionList);
}