From 0b6c2dcc541142455599402b9d4b1161a296455c Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Wed, 21 Nov 2018 08:57:07 +0000 Subject: PROGRAMMING: Fix typo Signed-off-by: Niels Thykier --- doc/PROGRAMMING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/PROGRAMMING') 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). -- cgit v1.2.3