summaryrefslogtreecommitdiff
path: root/doc/PROGRAMMING
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2018-09-26 22:39:49 -0700
committerJosh Triplett <josh@joshtriplett.org>2018-09-26 22:39:49 -0700
commit1c8d545f0268b795dbeb0f578b1f3eb1c6b07fcb (patch)
tree4278301aa5d1d62e401120047035bc646f708d23 /doc/PROGRAMMING
parentba96b2ffd20bc7efa5758bc58b55548003fd62c4 (diff)
downloaddebhelper-1c8d545f0268b795dbeb0f578b1f3eb1c6b07fcb.tar.gz
doc/PROGRAMMING: Fix typo: s/superflouos/superfluous/
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 a5201ff0..8ffd3d88 100644
--- a/doc/PROGRAMMING
+++ b/doc/PROGRAMMING
@@ -380,7 +380,7 @@ log_installed_files($package, @paths)
processing of $package, which installed the files listed in
@paths. This logfile will later be used by the dh_missing helper.
Paths should be relative to the package root (i.e. the directory
- containing "debian/") and should not have superflouos segments
+ containing "debian/") and should not have superfluous segments
(e.g. avoid "foo/../bar" or "foo/./bar")
If a directory is listed, it and all paths recursively beneath is
also considered installed.