This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new a05d1af74b Fix spelling (#286) a05d1af74b is described below commit a05d1af74b75b812a6dd09277e3f885919f9b453 Author: John Bampton <jbamp...@users.noreply.github.com> AuthorDate: Sun Feb 16 23:36:01 2025 +1000 Fix spelling (#286) * Fix spelling * Update ignored words list (cherry picked from commit 6a8ba23288237963fe38507564dcd146357a3505) --- main/solenv/gbuild/LinkTarget.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/solenv/gbuild/LinkTarget.mk b/main/solenv/gbuild/LinkTarget.mk index 3d81f48ff6..963353e16e 100644 --- a/main/solenv/gbuild/LinkTarget.mk +++ b/main/solenv/gbuild/LinkTarget.mk @@ -810,12 +810,12 @@ $$(foreach lib,$(2),$$(call gb_StaticLibrary_get_headers_target,$$(lib))) endef # -# Add external libs for linking. External libaries are not built by any module. +# Add external libs for linking. External libraries are not built by any module. # # The list of libraries is used as is, ie it is not filtered with gb_Library_KNOWNLIBS. # # An error is signaled, when any of the library names does not look like -# a base name, ie is prefixed by -l or is folled by .lib or .so. +# a base name, ie is prefixed by -l or is followed by .lib or .so. # # @param target # @param libraries