summaryrefslogtreecommitdiff
path: root/unotools/inc/unotools/idhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'unotools/inc/unotools/idhelper.hxx')
-rw-r--r--unotools/inc/unotools/idhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/inc/unotools/idhelper.hxx b/unotools/inc/unotools/idhelper.hxx
index d183ddcefb3e..b96c27e8ac0d 100644
--- a/unotools/inc/unotools/idhelper.hxx
+++ b/unotools/inc/unotools/idhelper.hxx
@@ -176,7 +176,7 @@ void classname::release() \
::utl::MapType2Id* pMap = static_cast< ::utl::MapType2Id *>(s_pMap); \
\
::cppu::OImplementationId& rId = (*pMap)[_rTypes]; \
- /* this will create an entry for the given type sequence, if neccessary */ \
+ /* this will create an entry for the given type sequence, if necessary */ \
\
return rId.getImplementationId(); \
} \