From 9cb0fc7801db40ab337c20591ec4674b941ba01a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 20 Nov 2013 13:32:13 +0200 Subject: fix spelling in comment Change-Id: Icae96e2b64709b2a9aaf6a5576c29d9d5c8a9868 --- sax/source/tools/fastattribs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sax/source') 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(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; -- cgit