From f19b0265485731938ffcdbb94d42207cee55b810 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 6 Dec 1999 21:49:05 +0000 Subject: r325: * Corrected mispellings, Closes: #52013 --- dh_undocumented | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dh_undocumented') diff --git a/dh_undocumented b/dh_undocumented index 6a30f722..b1b7b16c 100755 --- a/dh_undocumented +++ b/dh_undocumented @@ -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"; -- cgit v1.2.3