summaryrefslogtreecommitdiff
path: root/debhelper.pod
diff options
context:
space:
mode:
authorAntonio Ospite <ospite@studenti.unina.it>2012-03-26 22:11:05 +0200
committerJoey Hess <joey@kitenet.net>2012-03-26 17:18:14 -0400
commit2a14d1c6a70899b57d42d0658811748ae1b00f19 (patch)
tree16adb8e803451ae9367e461ef04e09dd8ebec97a /debhelper.pod
parentc1e062d78e442999fcfa32e9dbdbecdc8621d1e9 (diff)
Fix a typo in debhelper.pod
Closes: #665891
Diffstat (limited to 'debhelper.pod')
-rw-r--r--debhelper.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/debhelper.pod b/debhelper.pod
index 383172ea..af912a7d 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -87,7 +87,7 @@ characters (B<?> and B<*> and B<[>I<..>B<]> character classes) in the files.
You can also put comments in these files; lines beginning with B<#> are
ignored.
-The syntax of these files is intentionally kept very simple to make then
+The syntax of these files is intentionally kept very simple to make them
easy to read, understand, and modify. If you prefer power and complexity,
you can make the file executable, and write a program that outputs
whatever content is appropriate for a given situation. When you do so,