diff options
author | Osamu Aoki <osamu@debian.org> | 2013-09-10 23:38:00 +0900 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-09-10 20:46:30 +0200 |
commit | 8441bba3c74a190abb8869168e200accd9e2c822 (patch) | |
tree | 27ddd3f826fc9dc7c26e09e47c5cc707115cef62 | |
parent | 6b8037e34d7e7745349b38df0f5adb2cfdf029d7 (diff) | |
download | git-buildpackage-8441bba3c74a190abb8869168e200accd9e2c822.tar.gz git-buildpackage-8441bba3c74a190abb8869168e200accd9e2c822.tar.bz2 git-buildpackage-8441bba3c74a190abb8869168e200accd9e2c822.zip |
typo s/bei/be/
Closes: #722359
-rw-r--r-- | docs/manpages/gbp.conf.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpages/gbp.conf.sgml b/docs/manpages/gbp.conf.sgml index 535ea17e..5bed99d5 100644 --- a/docs/manpages/gbp.conf.sgml +++ b/docs/manpages/gbp.conf.sgml @@ -106,7 +106,7 @@ An alternative way is to write it using Python list syntax: </programlisting> <para> -Boolean options can bei either <option>True</option> or <option>False</option>. For example +Boolean options can be either <option>True</option> or <option>False</option>. For example <xref linkend="man.gbp.import.orig">; has the <option>--pristine-tar</option> and <option>--no-pristine-tar</option> options which translate to: </para> |