aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorPeter Eisentraut <petere@debian.org>2011-04-19 14:00:22 +0300
committerGuido Günther <agx@sigxcpu.org>2011-04-22 20:51:04 +0200
commit3e1fd70a71f38f724a9e9937f6e6ff4ac80cabc7 (patch)
tree5126830fd6080eda76b94c61fb9d0182cabb0b22 /docs
parent0958897f8d240b4861fc6803ef41d50cf755b19b (diff)
Fix various typos in man pages
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-create-remote-repo.sgml4
-rw-r--r--docs/manpages/gbp-pq.sgml4
-rw-r--r--docs/manpages/gbp-pull.sgml2
-rw-r--r--docs/manpages/git-buildpackage.sgml6
4 files changed, 8 insertions, 8 deletions
diff --git a/docs/manpages/gbp-create-remote-repo.sgml b/docs/manpages/gbp-create-remote-repo.sgml
index ed1fbaf2..24b69fce 100644
--- a/docs/manpages/gbp-create-remote-repo.sgml
+++ b/docs/manpages/gbp-create-remote-repo.sgml
@@ -97,14 +97,14 @@
<term><option>--color=</option><replaceable>[auto|on|off]</replaceable>
</term>
<listitem>
- <para>Wheter to use colored output.</para>
+ <para>Whether to use colored output.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--[no-]track</option>
</term>
<listitem>
- <para>Wheter to set up branch tracking for the debian, upstream and
+ <para>Whether to set up branch tracking for the debian, upstream and
pristine-tar branches.</para>
</listitem>
</varlistentry>
diff --git a/docs/manpages/gbp-pq.sgml b/docs/manpages/gbp-pq.sgml
index af36772a..621dcca7 100644
--- a/docs/manpages/gbp-pq.sgml
+++ b/docs/manpages/gbp-pq.sgml
@@ -36,7 +36,7 @@
<refsect1>
<title>DESCRIPTION</title>
<para>
- &gbp-pq helps to manage quilt patches in Debian packages that are maintained
+ &gbp-pq helps one to manage quilt patches in Debian packages that are maintained
with &git-buildpackage;. This is especially useful with packages using the
3.0 (quilt) source format. With &gbp-pq; you can maintain the quilt patches
that should be applied to a package on a separate branch called patch-queue
@@ -121,7 +121,7 @@
<term><option>--color=</option><replaceable>[auto|on|off]</replaceable>
</term>
<listitem>
- <para>Wheter to use colored output.</para>
+ <para>Whether to use colored output.</para>
</listitem>
</varlistentry>
<varlistentry>
diff --git a/docs/manpages/gbp-pull.sgml b/docs/manpages/gbp-pull.sgml
index bc1e97c3..d1a9b23c 100644
--- a/docs/manpages/gbp-pull.sgml
+++ b/docs/manpages/gbp-pull.sgml
@@ -84,7 +84,7 @@
<term><option>--pristine-tar</option>
</term>
<listitem>
- <para>Wheter to update the pristine-tar branch too.</para>
+ <para>Whether to update the pristine-tar branch too.</para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 15dd7904..010b2fb0 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -160,14 +160,14 @@
<term><option>--color=</option><replaceable>[auto|on|off]</replaceable>
</term>
<listitem>
- <para>Wheter to use colored output.</para>
+ <para>Whether to use colored output.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>--notify=</option><replaceable>[auto|on|off]</replaceable>
</term>
<listitem>
- <para>Wheter to send a desktop notification after the build.</para>
+ <para>Whether to send a desktop notification after the build.</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -230,7 +230,7 @@
<term><option>--git-postbuild=</option><replaceable>command</replaceable>
</term>
<listitem>
- <para>excecute <replaceable>command</replaceable> after succesful
+ <para>excecute <replaceable>command</replaceable> after successful
build.</para><para> Exported environment variables are:
<envar>GBP_CHANGES_FILE</envar> (the name of the generated changes
file), <envar>GBP_BUILD_DIR</envar> (the build dir).