diff options
author | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-03 12:36:49 +0400 |
---|---|---|
committer | Ivan Timofeev <timofeev.i.s@gmail.com> | 2013-09-03 12:39:30 +0400 |
commit | b0184ebaa4dcc2ad2eb2a258e21212e9e4a74175 (patch) | |
tree | 9322c8ea14db90870db3cbc68807171ed448dd92 /include/basic | |
parent | 0d1a2c1e94b26d4837c77f76d58bb7402f785397 (diff) |
completition->completion :)
Change-Id: I7a5ae7cc0d6a253bbc27db076babedd65c89be1a
Diffstat (limited to 'include/basic')
-rw-r--r-- | include/basic/codecompletecache.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/basic/codecompletecache.hxx b/include/basic/codecompletecache.hxx index e85b0d8b599c..a4c578dc2da8 100644 --- a/include/basic/codecompletecache.hxx +++ b/include/basic/codecompletecache.hxx @@ -37,7 +37,7 @@ typedef boost::unordered_map< OUString, CodeCompleteVarTypes, OUStringHash > Cod class BASIC_DLLPUBLIC CodeCompleteOptions { /* - * class to store basic code completition + * class to store basic code completion * options * */ private: @@ -75,7 +75,7 @@ class BASIC_DLLPUBLIC CodeCompleteDataCache { /* * cache to store data for - * code completition + * code completion * */ private: CodeCompleteVarScopes aVarScopes; |