diff options
author | Niels Thykier <niels@thykier.net> | 2018-11-21 08:57:07 +0000 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2018-11-21 08:57:07 +0000 |
commit | 0b6c2dcc541142455599402b9d4b1161a296455c (patch) | |
tree | 3ee3ce10fc63697bbcc3274d24765d3201f48bbc /doc/PROGRAMMING | |
parent | 8523120dccaf5666425109da228b7e1778f15e8b (diff) | |
download | debhelper-0b6c2dcc541142455599402b9d4b1161a296455c.tar.gz |
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 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). |