summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-12 23:43:11 +0300
committerNiels Thykier <niels@thykier.net>2017-10-13 17:52:07 +0000
commit6b10472023a991b09a14bbefb7709cfd421fffe3 (patch)
treee2fb2752cc9763edfc07c0611ae8c3b535f602fd /doc
parent644487a7c9785c1f85ac4da1341bfd8337ff3248 (diff)
downloaddebhelper-6b10472023a991b09a14bbefb7709cfd421fffe3.tar.gz
Spelling fixes
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/PROGRAMMING4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING
index 42ad1ab3..b76bc9ec 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -20,7 +20,7 @@ are run, so the important stuff is clearly visible.
An exception to above rule are dh_auto_* commands and dh itself. They will
also print the commands interacting with the upstream build system and which
-of the simple debhelper programms are called. (i.e. print what a traditional
+of the simple debhelper programs are called. (i.e. print what a traditional
non-dh(1) using debian/rules would print but nothing else).
Debhelper programs should accept all options listed in the "SHARED
@@ -324,7 +324,7 @@ restore_file_on_clean($file)
CAVEAT: This *cannot* undo arbitrary "rm -fr"'ing. The dir,
which is/was in $file, must be present when dh_clean is called.
make_symlink($src, $dest, $tmp)
- Creates a Policy compliant sytem link called $dest pointing to
+ Creates a Policy compliant system link called $dest pointing to
$src. If $tmp is given, then $tmp will be prefixed to $dest when
creating the actual symlink.
install_dh_config_file($src, $dest[, $mode])