summaryrefslogtreecommitdiff
path: root/doc/manywarnings.texi
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-12-07 12:01:33 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2008-12-07 12:01:33 +0100
commit810a708cfb57215694ff45d02c051ed8c0d91b50 (patch)
tree0ac71f0cb4d67a4fe6c6beaf7a4fca4fe9291a3d /doc/manywarnings.texi
parentc41616494e7cea6a738d8850f490c8935febf364 (diff)
downloadgnulib-810a708cfb57215694ff45d02c051ed8c0d91b50.tar.gz
Fix typos in manual.
* doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'doc/manywarnings.texi')
-rw-r--r--doc/manywarnings.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manywarnings.texi b/doc/manywarnings.texi
index 2ad807e750..d3edf1fb52 100644
--- a/doc/manywarnings.texi
+++ b/doc/manywarnings.texi
@@ -3,7 +3,7 @@
The @code{manywarnings} module allows you to enable as many GCC warnings as
possible for your package. The purpose is to protect against introducing new
-code that triggers warning that weren't already triggered by the existing code
+code that triggers warnings that weren't already triggered by the existing code
base.
An example use of the module is as follows:
@@ -25,11 +25,11 @@ done
@end smallexample
This module is meant to be used by developers who are not very experienced
-regarding the various GCC warning option. In the beginning you will set the
+regarding the various GCC warning options. In the beginning you will set the
list of undesired warnings (@samp{nw} in the example above) to empty, and
compile the package with all possible warnings enabled. The GCC option
@code{-fdiagnostics-show-option}, available in GCC 4.1 or newer, helps
-understanding which warnings is originated from which option. Then you will
+understanding which warnings originated from which option. Then you will
go through the list of warnings. You will likely deactivate warnings that
occur often and don't point to mistakes in the code, by adding them to the
@samp{nw} variable, then reconfiguring and recompiling. When warnings point