GNU bug report logs -
#72606
[PATCH] Fix typos
Previous Next
Reported by: Tobias Stoeckmann <tobias <at> stoeckmann.org>
Date: Tue, 13 Aug 2024 19:58:02 UTC
Severity: normal
Tags: patch
Done: Ileana Dumitrescu <ileanadumitrescu95 <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 72606-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Tobias,
On 13/08/2024 22:56, Tobias Stoeckmann wrote:
> Typos found with codespell.
> ---
> doc/libtool.texi | 2 +-
> doc/notes.texi | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/doc/libtool.texi b/doc/libtool.texi
> index b212b24c..04ab34f1 100644
> --- a/doc/libtool.texi
> +++ b/doc/libtool.texi
> @@ -5594,7 +5594,7 @@ running the @command{libtool} test cases.
> Tests @command{libtool}'s versioning system. Tests begin with verifying the
> behaviour of @command{libtool} versioning flags @option{-version-info} and
> @option{-version-number}. Next, this tests installing a library, then updating
> -the library with a new revision, a compatible update, and an incompatabile
> +the library with a new revision, a compatible update, and an incompatible
> update. In each case, the tests verify that the original library will link and
> install as expected.
>
> diff --git a/doc/notes.texi b/doc/notes.texi
> index 606c957b..7b6ade8d 100644
> --- a/doc/notes.texi
> +++ b/doc/notes.texi
> @@ -27,7 +27,7 @@ will generate the instantiations. For Portland pgCC version5, use
> @code{CXX='pgCC --one_instantiation_per_object'} and avoid parallel @command{make}.
>
> @item
> -For C++ code, it may be neccesary to specify a library if it is a dependency
> +For C++ code, it may be necessary to specify a library if it is a dependency
> of a link/compile flag. For example in GNU G++, if you want to use
> @code{-fsanitize=address} you need to specify the @code{-lasan} library,
> like so: @code{g++ -o libx.la -fsanitize=address -lasan -rpath [...]}.
> --
> 2.46.0
>
Thank you for your patch. It has been applied to development, which will
be merged into master before the next release:
https://git.savannah.gnu.org/cgit/libtool.git/commit/?h=development&id=bb5694666b3fdbf680cdffbaf7085fb0ad8dea86
--
Ileana Dumitrescu
GPG Public Key: FA26 CA78 4BE1 8892 7F22 B99F 6570 EA01 146F 7354
[OpenPGP_0x6570EA01146F7354.asc (application/pgp-keys, attachment)]
[OpenPGP_signature.asc (application/pgp-signature, attachment)]
This bug report was last modified 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.