summaryrefslogtreecommitdiff
path: root/sc/source/ui/app
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:17:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2013-02-23 19:17:03 +0100
commiteb7185a168dbe454891c8d4be610935e6ff0008b (patch)
tree8b3b1583c08d709bfebfafd17634fb88b944f3f0 /sc/source/ui/app
parent2dca0ccf0760a64eab986c178873926a6a125cc5 (diff)
Fix typo begining/beginning.
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r--sc/source/ui/app/inputwin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 7a346b237181..bd2cc81d8614 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1224,7 +1224,7 @@ IMPL_LINK(ScMultiTextWnd, NotifyHdl, EENotify*, pNotify)
{
// need to process EE_NOTIFY_TEXTVIEWSCROLLED here
// sometimes we don't seem to get EE_NOTIFY_TEXTVIEWSCROLLED e.g. when
- // we insert text at the begining of the text so the cursor never moves
+ // we insert text at the beginning of the text so the cursor never moves
// down to generate a scroll event
if ( pNotify && ( pNotify->eNotificationType == EE_NOTIFY_TEXTVIEWSCROLLED