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
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
-/* lt_error.h -- error propogation interface
+/* lt_error.h -- error propagation interface
Copyright (C) 1999-2001, 2004, 2007, 2011-2013 Free Software
Foundation, Inc.
-/* 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.
<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