diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-02 21:56:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-02 21:57:42 +0300 |
commit | e036d4b706685b995a497808e357b9fd2eb9d965 (patch) | |
tree | e1981081ae4b49913db9923795fb43236a48ab8a /cui | |
parent | 4d646780dee68d319b0b801111e99cb2eab03a5d (diff) |
Spell "indices" correctly
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optlingu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index 8bbda6a2a8ea..19dfa713e955 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -1139,7 +1139,7 @@ SvxLinguTabPage::SvxLinguTabPage( Window* pParent, const SfxItemSet& rSet ) : // Also we have to take care to not loose the last reference when // someone else removes a dictionary from the list. // removed dics will be replaced by NULL new entries be added to the end - // Thus we may use indizes as consistent references. + // Thus we may use indices as consistent references. aDics = xDicList->getDictionaries(); UpdateDicBox_Impl(); |