summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/docvw/edtwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 6351f6e2b1b9..daf39ec6446b 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -1700,7 +1700,7 @@ void SwEditWin::KeyInput(const KeyEvent &rKEvt)
SwKeyState eKeyState = bIsViewReadOnly ? SwKeyState::CheckDocReadOnlyKeys : SwKeyState::CheckKey;
- // tdf#112932 Pressing enter in read-ony Table of Content doesnt jump to heading
+ // tdf#112932 Pressing enter in read-only Table of Content doesn't jump to heading
if (!bIsViewReadOnly
&& ((rKeyCode.GetModifier() | rKeyCode.GetCode()) == KEY_RETURN
|| (rKeyCode.GetModifier() | rKeyCode.GetCode()) == (KEY_MOD1 | KEY_RETURN)))