summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.