summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 08:53:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 16:17:21 +0000
commit7668d4e616dd37d3b335c43db897b64a7349047b (patch)
treef5463f30b8a6dfffe38785dbd59f36153b935aa0 /cppuhelper
parent402aa305b7e37c3d3e1432613f59c905933a97cd (diff)
Fix typos
Change-Id: I56e429ff1b8ee55ccb8df16002b509770762172c Reviewed-on: https://gerrit.libreoffice.org/35618 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/source/exc_thrower.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/exc_thrower.cxx b/cppuhelper/source/exc_thrower.cxx
index a49f3aa1d52c..8bd5084c7e8c 100644
--- a/cppuhelper/source/exc_thrower.cxx
+++ b/cppuhelper/source/exc_thrower.cxx
@@ -81,7 +81,7 @@ void SAL_CALL ExceptionThrower_dispatch(
const_cast< typelib_TypeDescription * >( pMemberType ) )->
nPosition)
{
- case 0: // queryInterace()
+ case 0: // queryInterface()
{
Type const & rType_demanded =
*static_cast< Type const * >( pArgs[ 0 ] );