summaryrefslogtreecommitdiff
path: root/doc/PROGRAMMING
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-11-21 09:02:58 +0000
committerNiels Thykier <niels@thykier.net>2018-11-21 09:02:58 +0000
commit51d2686efdc95726d0e640e3fe313abeeba62389 (patch)
treefd3fde892fe3b4565854ec146f0017df783e2a23 /doc/PROGRAMMING
parent0b6c2dcc541142455599402b9d4b1161a296455c (diff)
downloaddebhelper-51d2686efdc95726d0e640e3fe313abeeba62389.tar.gz
PROGRAMMING: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r--doc/PROGRAMMING5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index c91feb7a..bf7e9249 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -473,8 +473,9 @@ Dh_Lib-based helpers:
* Replace "@{$dh{DOPACKAGES}}" with "getpackages()" and use
"process_pkg($package)" to determine if the helper should actually
install anything.
- * Call "log_installed_files" once per package (even once that are not to
- be acted on) with a list of source files that would be installed.
+ * Call "log_installed_files" once per package (even on the ones that
+ are not to be acted on) with a list of source files that would be
+ installed.
- You can list entire directories even if there are files under
it that are ignored.
- Please call "log_installed_files" /even if/ the list is empty for that