]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_undocumented
r337: * Copyright update: files in the examples directory are public domain.
[debhelper.git] / dh_undocumented
index 6a30f7220c8430384bddf864f3cf71c245086c47..b1b7b16c1709c2e22e8f10e710f8eeef70ee48e0 100755 (executable)
@@ -24,14 +24,14 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
        }       
 
        foreach $file (@undoc) {
-               $file=~s/.gz$//; # .gz extention is optional in input.
+               $file=~s/.gz$//; # .gz extension is optional in input.
 
                # Determine what directory the file belongs in,
                # /usr/share/man, or /usr/X11R6/man, and how the link to
                # the undocuemtned.7 man page will look.
                ($section)=$file=~m/^.*\.(\d)/;
                if (!$section) {
-                       error("\"$file\" does not have an extention.");
+                       error("\"$file\" does not have an extension.");
                }       
                if ($file=~/.*\.\dx/) {
                        $dir="usr/X11R6/man/man$section";