diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2012-03-26 22:11:05 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-26 17:18:14 -0400 |
commit | 2a14d1c6a70899b57d42d0658811748ae1b00f19 (patch) | |
tree | 16adb8e803451ae9367e461ef04e09dd8ebec97a | |
parent | c1e062d78e442999fcfa32e9dbdbecdc8621d1e9 (diff) | |
download | debhelper-2a14d1c6a70899b57d42d0658811748ae1b00f19.tar.gz |
Fix a typo in debhelper.pod
Closes: #665891
-rw-r--r-- | debhelper.pod | 2 |
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, |