summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2011-02-18 22:22:07 +0200
committerPanu Matilainen <pmatilai@redhat.com>2011-03-01 11:37:56 +0200
commit39627fa167815997dea3ca418f8e2ac377456665 (patch)
tree96b0da18aa70f64c1dbc590d965e5027a05a2891 /doc
parent4f7fe5e668e9cd8ba62e700f6f3fdaf2256306d8 (diff)
downloadrpm-39627fa167815997dea3ca418f8e2ac377456665.tar.gz
Documentation spelling fixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/builddependencies2
-rw-r--r--doc/manual/dependencies2
-rw-r--r--doc/manual/spec2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/builddependencies b/doc/manual/builddependencies
index c0b6d90d0..a3938fdb8 100644
--- a/doc/manual/builddependencies
+++ b/doc/manual/builddependencies
@@ -8,7 +8,7 @@ build dependencies look just like install dependencies in a spec file with
"Build" prefixed:
\verbatim
- BuildPrereqs:
+ BuildPreReq:
BuildRequires:
BuildConflicts:
\endverbatim
diff --git a/doc/manual/dependencies b/doc/manual/dependencies
index 36e7192ee..810e26612 100644
--- a/doc/manual/dependencies
+++ b/doc/manual/dependencies
@@ -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.
diff --git a/doc/manual/spec b/doc/manual/spec
index 82ddcf390..d67c05847 100644
--- a/doc/manual/spec
+++ b/doc/manual/spec
@@ -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: