summaryrefslogtreecommitdiff
path: root/cui/source/options/optdict.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optdict.cxx')
-rw-r--r--cui/source/options/optdict.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optdict.cxx b/cui/source/options/optdict.cxx
index 5b79a08ad60a..3a0bd9ebfaa7 100644
--- a/cui/source/options/optdict.cxx
+++ b/cui/source/options/optdict.cxx
@@ -574,7 +574,7 @@ IMPL_LINK(SvxEditDictionaryDialog, SelectHdl, SvTabListBox*, pBox)
{
SvTreeListEntry* pEntry = pBox->FirstSelected();
OUString sTmpShort(SvTabListBox::GetEntryText(pEntry, 0));
- // without this the curser is always at the beginning of a word, if the text
+ // without this the cursor is always at the beginning of a word, if the text
// is set over the ModifyHdl, although you're editing there at the moment
if(pWordED->GetText() != sTmpShort)
pWordED->SetText(sTmpShort);