summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-20 13:32:13 +0200
committerNoel Grandin <noel@peralex.com>2013-11-20 13:56:09 +0200
commit9cb0fc7801db40ab337c20591ec4674b941ba01a (patch)
tree75a436e2d76e4212111c9e8c923d9cb22666eca4 /sax
parent30ac3942b44b8f903180488f87e1df4e02ff88e8 (diff)
fix spelling in comment
Change-Id: Icae96e2b64709b2a9aaf6a5576c29d9d5c8a9868
Diffstat (limited to 'sax')
-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;