summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-05 14:39:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-05 18:52:38 +0100
commit7eb5b4a0debaff971af3a5dc367849e211e35994 (patch)
tree877ea464e29fec3706e898a2d2812b1b60a1f953 /cppuhelper
parent069a45e661086d1014855ca4f7ad384ba5752bb6 (diff)
Fix typo
Change-Id: I3c8a0d5fb2b17ccef3c931f13230f99b1945a4bc Reviewed-on: https://gerrit.libreoffice.org/84566 Tested-by: Jenkins Reviewed-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 a0e7fb32b046..253e484e1236 100644
--- a/cppuhelper/source/exc_thrower.cxx
+++ b/cppuhelper/source/exc_thrower.cxx
@@ -190,7 +190,7 @@ class theExceptionThrower : public rtl::Static<ExceptionThrower, theExceptionThr
// css::ucb:InteractiveAugmentedIOException.)
//
// So we can simply have code that checks what the type of object being thrown
-// is, and explicitgly throws such an object then with a normal C++ throw
+// is, and explicitly throws such an object then with a normal C++ throw
// statement. Seems to work.
template <class E> void tryThrow(css::uno::Any const& aException)
{