diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
commit | eb7185a168dbe454891c8d4be610935e6ff0008b (patch) | |
tree | 8b3b1583c08d709bfebfafd17634fb88b944f3f0 /editeng | |
parent | 2dca0ccf0760a64eab986c178873926a6a125cc5 (diff) |
Fix typo begining/beginning.
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/inc/editeng/svxacorr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/inc/editeng/svxacorr.hxx b/editeng/inc/editeng/svxacorr.hxx index 79f8e9df7778..f58dff1aad49 100644 --- a/editeng/inc/editeng/svxacorr.hxx +++ b/editeng/inc/editeng/svxacorr.hxx @@ -217,7 +217,7 @@ public: sal_Bool AddToCplSttExceptList(const String& rNew); // Load, Set, Get the exception list for 2 Capital letters at the - // begining of a word. + // beginning of a word. SvStringsISortDtor* LoadWrdSttExceptList(); void SaveWrdSttExceptList(); void SetWrdSttExceptList( SvStringsISortDtor* pList ); |