comphelper/source/misc/synchronousdispatch.cxx |    2 +-
 config_host/config_global.h.in                 |    4 ++--
 static/CustomTarget_emscripten_fs_image.mk     |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit a29be0d52c2edccee451ecfa32dafec7cba31f45
Author:     Andrea Gelmini <[email protected]>
AuthorDate: Thu Jan 20 15:37:03 2022 +0100
Commit:     Julien Nabet <[email protected]>
CommitDate: Fri Jan 21 12:51:49 2022 +0100

    Fix typos
    
    Change-Id: I6ba7c7db6c58fde2e7648ccf32b93fc05f5eae65
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128620
    Tested-by: Julien Nabet <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

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)

Reply via email to