diff options
author | Josh Triplett <josh@joshtriplett.org> | 2018-09-26 22:39:49 -0700 |
---|---|---|
committer | Josh Triplett <josh@joshtriplett.org> | 2018-09-26 22:39:49 -0700 |
commit | 1c8d545f0268b795dbeb0f578b1f3eb1c6b07fcb (patch) | |
tree | 4278301aa5d1d62e401120047035bc646f708d23 /doc/PROGRAMMING | |
parent | ba96b2ffd20bc7efa5758bc58b55548003fd62c4 (diff) | |
download | debhelper-1c8d545f0268b795dbeb0f578b1f3eb1c6b07fcb.tar.gz |
doc/PROGRAMMING: Fix typo: s/superflouos/superfluous/
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 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. |