typo
authorGuido Günther <agx@sigxcpu.org>
Fri, 7 Nov 2008 20:40:35 +0000 (21:40 +0100)
committerGuido Guenther <agx@sigxcpu.org>
Fri, 7 Nov 2008 20:40:35 +0000 (21:40 +0100)
docs/chapters/releases.sgml

index 566c89b24d95e536d40f899f203ff55a5807d46d..8b97e10f88597025509c1b6c4dec0b8fb571ae18 100644 (file)
@@ -98,7 +98,7 @@ Thanks: cool upstream
 You can use multiple <option>Closes:</option> tags.
 </para><para>
 Usually changelog entries should correspond to a single &git; commit. In this case it's
-convenient to include the commit id in the chagenlog entry. 
+convenient to include the commit id in the changelog entry. 
 This has the advantage that it's easy for people to identify changes without
 having to write very extensive changelog messages - the link back to Git can be
 automated via the <option>Vcs-Browser</option> and <option>Vcs-Git</option>
@@ -107,7 +107,7 @@ Cl2vcs</ulink> for how this looks.
 </para>
 <para>
 The inclusion of the commit id can be done automatically
-via the <option>--id-length</option> option. Using
+via &git-dch;'s <option>--id-length</option> option. Using
 <option>--id-length</option>=<replaceable>7</replaceable>  would change the above example to:
 <screen>
     * [571bfd4] New upstream version (Closes: #1000) - thanks to cool upstream