aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2008-11-07 21:40:35 +0100
committerGuido Guenther <agx@sigxcpu.org>2008-11-07 21:40:35 +0100
commita0c03e13791e854d9b40bd214097839caf3ea784 (patch)
tree8268dfe4a05ba60305ee205ad787a4b93378fbbc /docs/chapters
parentee9e51db566d7a928b9e6f2aae93973a64eb128e (diff)
typo
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/releases.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml
index 566c89b2..8b97e10f 100644
--- a/docs/chapters/releases.sgml
+++ b/docs/chapters/releases.sgml
@@ -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