aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-03 18:19:30 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-03 18:19:30 +0100
commit43234873fea5a1f821f3be28440bf0ccdff996f6 (patch)
tree6195d84678e7952e020e796906a9d5fb06c788bb /docs/chapters
parent3e0d66390a38809668afca22886943fe3b713550 (diff)
Fix off by one error by not counting
Thanks: Olivier Aubert for pointing this out
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/cfgfile.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/chapters/cfgfile.sgml b/docs/chapters/cfgfile.sgml
index 3590a175..d69ebef0 100644
--- a/docs/chapters/cfgfile.sgml
+++ b/docs/chapters/cfgfile.sgml
@@ -1,6 +1,6 @@
<chapter id="gbp.cfgfile">
<title>Configuration files</title>
- <para>Four configuration files are parsed in this order:
+ <para>The configuration files are parsed in this order:
<variablelist>
<varlistentry>
<term>/etc/git-buildpackage/gbp.conf</term>
@@ -23,7 +23,7 @@
<listitem><para>per (local) repository configuration</para></listitem>
</varlistentry>
</variablelist>
- All four have the same format. They consist of (at most) five sections, all of them are optional:
+ All have the same format. They consist of (at most) five sections, all of them are optional:
<variablelist>
<varlistentry>
<term>[DEFAULT]</term>