]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
maint: Fix various comment and documentation typos.
authorOndřej Bílka <neleai@seznam.cz>
Wed, 9 Oct 2013 01:06:56 +0000 (18:06 -0700)
committerBrooks Moses <bmoses@google.com>
Wed, 9 Oct 2013 01:06:56 +0000 (18:06 -0700)
Ondřej writes: "Hi, this is upstream version of patch that I
sent to gcc.  I generated this patch with tool that I am
writing: https://github.com/neleai/stylepp"

(Note: The generated patch was adjusted to retain the non-US
but correct spelling of 'rigourous' before commit.  --Brooks)

doc/libtool.texi
libltdl/libltdl/lt_error.h
libltdl/lt_error.c
mail/deplibs.html

index 557a19d252531020efa5c92be134e130825ac211..3f701cc2fecce17adf383403daa4eface89d0d3f 100644 (file)
@@ -1295,7 +1295,7 @@ enabled by @option{--no-quiet} are shown.
 Thus, there are now three different message levels (not counting
 @option{--debug}), depending on whether the normal messages and/or
 the additional verbose messages are displayed.  Note that there is
-no mechanism to diplay verbose messages, without also displaying
+no mechanism to display verbose messages, without also displaying
 normal messages.
 
 @table @strong
@@ -5885,7 +5885,7 @@ OpenBSD, to name a few).
 
 The @option{-fpic} or @option{-fPIC} flags can be used to generate
 position-independent code.  @option{-fPIC} is guaranteed to generate
-working code, but the code is slower on m68k, m88k, and Sparc chips.
+working code, but the code is slower on m68k, m88k, and SPARC chips.
 However, using @option{-fpic} on those chips imposes arbitrary size limits
 on the shared libraries.
 @end table
index 350600381baa22ddeba9fff915748105ff3e9ba3..8a6e271cea67481d95e0dc6951198e857b1e4366 100644 (file)
@@ -1,4 +1,4 @@
-/* lt_error.h -- error propogation interface
+/* lt_error.h -- error propagation interface
 
    Copyright (C) 1999-2001, 2004, 2007, 2011-2013 Free Software
    Foundation, Inc.
index 91cf02b4721acfacc77e5960c14c5f02a9ccf00a..633c29c27e0c1dc78aaa5603926a0fb682d2f860 100644 (file)
@@ -1,4 +1,4 @@
-/* lt_error.c -- error propogation interface
+/* lt_error.c -- error propagation interface
 
    Copyright (C) 1999-2001, 2004-2005, 2007, 2011-2013 Free Software
    Foundation, Inc.
index 8ad801df71aa7eac6f2020b64c634277a61787ef..6b4dccb0ef84810e014c778dbe10ab5be7e97663 100644 (file)
@@ -49,7 +49,7 @@ revealed these kinds of inconsistencies.
 
 <h2>The problem</h2>
 
-<p>My orginal inter-library dependency code received rigourous testing
+<p>My original inter-library dependency code received rigourous testing
 in beta releases of <a href="http://www.red-bean.com/guile/">GNU
 Guile</a>.  As soon as the Guile people started using my code, I
 received a flood of bug reports.  People were reporting that