summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sax/source/tools/fastattribs.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/tools/fastattribs.cxx b/sax/source/tools/fastattribs.cxx
index 4b591a06d35a..2297b1d53fc1 100644
--- a/sax/source/tools/fastattribs.cxx
+++ b/sax/source/tools/fastattribs.cxx
@@ -196,7 +196,7 @@ sal_Int32 FastTokenLookup::getTokenFromChars(
if ( static_cast<sal_Int32>(nLen) < mnUtf8BufferSize )
{
- // Get intimiate with the underlying sequence cf. sal/types.h
+ // Get intimate with the underlying sequence cf. sal/types.h
sal_Sequence *pSeq = maUtf8Buffer.get();
sal_Int32 nPreRefCount = pSeq->nRefCount;