Documentation spelling fixes.
authorVille Skyttä <ville.skytta@iki.fi>
Fri, 18 Feb 2011 20:22:07 +0000 (22:22 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 1 Mar 2011 09:37:56 +0000 (11:37 +0200)
doc/manual/builddependencies
doc/manual/dependencies
doc/manual/spec

index c0b6d90..a3938fd 100644 (file)
@@ -8,7 +8,7 @@ build dependencies look just like install dependencies in a spec file with
 "Build" prefixed:
 
 \verbatim
-       BuildPrereqs:
+       BuildPreReq:
        BuildRequires:
        BuildConflicts:
 \endverbatim
index 36e7192..810e266 100644 (file)
@@ -2,7 +2,7 @@
 
 Dependencies provide a way for a package builder to require other
 packages or capabilities to be installed before or simultaneously
-with one another. These can be used to require a python interpretor
+with one another. These can be used to require a python interpreter
 for a python based application for example. RPM ensures dependencies
 are satisfied whenever packages are installed, erased, or upgraded.
 
index 82ddcf3..d67c058 100644 (file)
@@ -10,7 +10,7 @@ tags). Names should not include any numeric operators ('<', '>','=') as
 future versions of rpm may need to reserve characters other than '-'.
 
 By default subpackages are named by prepending `\<main package\>-' to
-the subpackages name(s). If you wish to change the name of a
+the subpackage name(s). If you wish to change the name of a
 subpackage (most commonly this is to change the '-' to '.'), then you
 must specify the full name with the -n argument in the %package
 definition: