Skip to content

Commit

Permalink
Fix spelling (#286)
Browse files Browse the repository at this point in the history
* Fix spelling

* Update ignored words list

(cherry picked from commit 6a8ba23)
  • Loading branch information
jbampton authored and Pilot-Pirx committed Feb 16, 2025
1 parent b9e67af commit a05d1af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/solenv/gbuild/LinkTarget.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a05d1af

Please sign in to comment.