summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-02 21:56:10 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-02 21:57:42 +0300
commite036d4b706685b995a497808e357b9fd2eb9d965 (patch)
treee1981081ae4b49913db9923795fb43236a48ab8a /cui
parentFix path for Mac OS X (diff)
downloadcore-e036d4b706685b995a497808e357b9fd2eb9d965.tar.gz
core-e036d4b706685b995a497808e357b9fd2eb9d965.zip
Spell "indices" correctly
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optlingu.cxx2
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();