diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-23 23:16:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-23 23:17:51 +0100 |
commit | f09efe39da1a2a1cf89b718bc07ed75e0da1b602 (patch) | |
tree | 43860553aab7813bddc2fa266918cfffddfb3d31 /linguistic | |
parent | 845447e622fda97f83bcd5b2266060eb92d6ee05 (diff) |
Typo: initialy->initially
Change-Id: I458b2e4c812f727b4254137aa48627522576df3b
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/dicimp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.cxx b/linguistic/source/dicimp.cxx index bb779d249e14..bdc8dd978c0e 100644 --- a/linguistic/source/dicimp.cxx +++ b/linguistic/source/dicimp.cxx @@ -348,7 +348,7 @@ sal_uLong DictionaryNeo::loadEntries(const OUString &rMainURL) SAL_WARN_IF(!isSorted(), "linguistic", "dictionary is not sorted"); - // since this routine should be called only initialy (prior to any + // since this routine should be called only initially (prior to any // modification to be saved) we reset the bIsModified flag here that // was implicitly set by addEntry_Impl bIsModified = false; |