summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comphelper/source/misc/synchronousdispatch.cxx2
-rw-r--r--config_host/config_global.h.in4
-rw-r--r--static/CustomTarget_emscripten_fs_image.mk2
3 files changed, 4 insertions, 4 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 << "'!");
}
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index 40b804a60f77..895ec6116fc7 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -43,10 +43,10 @@ Any change in this header will cause a rebuild of almost everything.
bogus -Werror=redundant-move (GCC 9)". */
#define HAVE_P1155R3 0
-// Whether the OS provides a usable dynamcic loading API
+// Whether the OS provides a usable dynamic loading API
#define HAVE_DLAPI 0
-// Whether the OS uses the common UNIX dynamcic loading API calls, like dlopen, dlsym, dladdr etc.
+// Whether the OS uses the common UNIX dynamic loading API calls, like dlopen, dlsym, dladdr etc.
// Use HAVE_DLAPI instead. Should not be used outside of sal/osl/unx/module.cxx!
#define HAVE_UNIX_DLAPI 0
diff --git a/static/CustomTarget_emscripten_fs_image.mk b/static/CustomTarget_emscripten_fs_image.mk
index ad06e8254c89..8166802858e5 100644
--- a/static/CustomTarget_emscripten_fs_image.mk
+++ b/static/CustomTarget_emscripten_fs_image.mk
@@ -1240,7 +1240,7 @@ $(emscripten_fs_image_WORKDIR)/soffice.data.filelist: \
$(foreach item,$(filter-out $(BUILDDIR)%,$(gb_emscripten_fs_image_all_files)),$(subst @,@@,$(item))@$(subst @,@@,$(subst $(SRCDIR)/,,$(item))))) \
&& mv $$TEMPFILE $@
-# Unfortunatly the file packager just allows a cmdline file list, but all paths are
+# Unfortunately the file packager just allows a cmdline file list, but all paths are
# relative to $(BUILDDIR), so we won't run out of cmdline space that fast...
$(emscripten_fs_image_WORKDIR)/soffice.data.js.metadata: $(emscripten_fs_image_WORKDIR)/soffice.data.filelist
$(call gb_Output_announce,$(subst $(BUILDDIR)/,,$(emscripten_fs_image_WORKDIR)/soffice.data),$(true),GEN,2)