summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-20 15:37:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-01-21 12:51:49 +0100
commita29be0d52c2edccee451ecfa32dafec7cba31f45 (patch)
tree8557d08b497822c036ae1e16051068baf60cb13b /comphelper
parent5ef2a7db1e0d42264a5c549b76066fedbf5caff6 (diff)
Fix typos
Change-Id: I6ba7c7db6c58fde2e7648ccf32b93fc05f5eae65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128620 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/synchronousdispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/synchronousdispatch.cxx b/comphelper/source/misc/synchronousdispatch.cxx
index 6a0553d8117f..1602c8963fb1 100644
--- a/comphelper/source/misc/synchronousdispatch.cxx
+++ b/comphelper/source/misc/synchronousdispatch.cxx
@@ -65,7 +65,7 @@ uno::Reference< lang::XComponent > SynchronousDispatch::dispatch(
}
catch ( uno::Exception& )
{
- // can't use TOOLS_WARN_EXCEPTION, as comphelper is used by libtk!
+ // can't use TOOLS_WARN_EXCEPTION, as comphelper is used by libtl!
SAL_WARN("comphelper", "SynchronousDispatch::dispatch(): error while dispatching '"
<< sURL << "' for '" << sTarget << "'!");
}