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>
This commit is contained in:
Andrea Gelmini
2022-01-20 15:37:03 +01:00
committed by Julien Nabet
parent 5ef2a7db1e
commit a29be0d52c
3 changed files with 4 additions and 4 deletions

View File

@@ -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 << "'!");
}

View File

@@ -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

View File

@@ -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)