]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool: Fix typos
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 13 Aug 2024 19:56:00 +0000 (22:56 +0300)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Tue, 27 Aug 2024 15:17:46 +0000 (18:17 +0300)
Typos found with codespell.

* doc/libtool.texi: Change 'incompatabile' to 'incompatible'.
* doc/notes.texi: Change 'neccesary' to 'necessary'.

doc/libtool.texi
doc/notes.texi

index b212b24cf349a7ffae63e6098d18e4d07e22a5fa..04ab34f1f319dacfd3084bc3a30c2a66f83f2ede 100644 (file)
@@ -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.
 
index 606c957bc6382f9dc3ae2a1fb53a70fbecc75ff0..7b6ade8d0d169598ae2c56ea04013b189ee1a0b2 100644 (file)
@@ -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 [...]}.