summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 15:12:07 +0700
committerKorrawit Pruegsanusak <detective.conan.1412@gmail.com>2011-11-27 15:12:07 +0700
commitc3dc0189848f3e4ab48985860ad1a627cec5850a (patch)
tree83b7adbd1cafdc7df2b766061a9568170702817e /sfx2
parentc5710d4700e9b3ab854819cc8ce6c70d0654f5dc (diff)
typos fixing
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/bastyp/minarray.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/bastyp/minarray.cxx b/sfx2/source/bastyp/minarray.cxx
index 891baa74aa8e..91de9e06fda5 100644
--- a/sfx2/source/bastyp/minarray.cxx
+++ b/sfx2/source/bastyp/minarray.cxx
@@ -220,7 +220,7 @@ void SfxPtrArr::Insert( sal_uInt16 nPos, void* rElem )
{
DBG_MEMTEST();
DBG_ASSERT( sal::static_int_cast< unsigned >(nUsed+1) < ( USHRT_MAX / sizeof(void*) ), "array too large" );
- // Does the Array have o be copied?
+ // Does the Array have to be copied?
if ( nUnused == 0 )
{
// increase (rounded up ) to the next Grow-border