summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r--basctl/source/basicide/baside2b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index 8e0fe9f01d84..56873de28641 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -314,7 +314,7 @@ OUString EditorWindow::GetWordAtCursor()
if ( aWord.isEmpty() )
aWord = pTextEngine->GetWord( rSelEnd );
- // Can be empty when full word selected, as Cursor behing it
+ // Can be empty when full word selected, as Cursor behind it
if ( aWord.isEmpty() && pEditView->HasSelection() )
aWord = pTextEngine->GetWord( rSelStart );
}