summaryrefslogtreecommitdiff
path: root/doc/PROGRAMMING
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2018-11-21 08:57:07 +0000
committerNiels Thykier <niels@thykier.net>2018-11-21 08:57:07 +0000
commit0b6c2dcc541142455599402b9d4b1161a296455c (patch)
tree3ee3ce10fc63697bbcc3274d24765d3201f48bbc /doc/PROGRAMMING
parent8523120dccaf5666425109da228b7e1778f15e8b (diff)
downloaddebhelper-0b6c2dcc541142455599402b9d4b1161a296455c.tar.gz
PROGRAMMING: Fix typo
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r--doc/PROGRAMMING2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index 668455bf..c91feb7a 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -338,7 +338,7 @@ install_dh_config_file($src, $dest[, $mode])
install_dir($dir)
Create the directory denoted by the path $dir and all parent
entries as well (as needed).
- If the directory already exists, the function does not.
+ If the directory already exists, the function does nothing.
install_file($src, $dest)
Installs $src into $dest with mode 0644. The parent dir of
$dest must exist (can be created with install_dir).