diff options
author | Niels Thykier <niels@thykier.net> | 2015-10-13 21:37:49 +0200 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2015-10-13 21:37:49 +0200 |
commit | 6dbba15d55ad45706e17345f040aad430a292604 (patch) | |
tree | 6bebbab0033294c1035772da01bce92e40ae64e7 /doc/PROGRAMMING | |
parent | be68178a1ed1e1efadeb562ce1bc1ca1ac664407 (diff) | |
download | debhelper-6dbba15d55ad45706e17345f040aad430a292604.tar.gz |
doc/PROGRAMMING: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r-- | doc/PROGRAMMING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index 95c5e54f..6c6e027d 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -317,7 +317,7 @@ install_lib($src, $dest) Sequence Addons: --------------- -The dh(1) command has a --with <addon> parameter that ca be used to load +The dh(1) command has a --with <addon> parameter that can be used to load a sequence addon module named Debian::Debhelper::Sequence::<addon>. These modules can add/remove commands to the dh command sequences, by calling some functions from Dh_Lib: |