summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@debian.org>2018-02-25 18:04:33 -0800
committerManoj Srivastava <srivasta@debian.org>2018-02-25 18:04:33 -0800
commitb2543a8a68c27cc30de2db84f479cfc6cc56cbef (patch)
tree813354aa14271912135e0c2db01c71ac9346518d /bin
parenta558a31ec573780255a7b4e7a4509fba3fc79f9b (diff)
[master]: An administrative and cleanup releasedebian/1%3.5-36.0001-3archive/debian/1%3.5-36.0001-3
Updated copyright, cleaned up the control file Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/manilist.SH6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/manilist.SH b/bin/manilist.SH
index 42972ef..3e1adee 100755
--- a/bin/manilist.SH
+++ b/bin/manilist.SH
@@ -23,7 +23,7 @@ $startperl
# $Id: manilist.SH 31 2010-03-06 20:15:24Z rmanfredi $
#
# Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-#
+#
# You may redistribute only under the terms of the Artistic Licence,
# as specified in the README file that comes with the distribution.
# You may reuse parts of this distribution only within the terms of
@@ -79,7 +79,7 @@ $spitshell >>manilist <<'!NO!SUBS!'
$format = 'A:%c %n';
-# By default, only the source files whith the following extensions are reported
+# By default, only the source files with the following extensions are reported
# (but a -a option will report ALL the files, and a -i option can specify some
# other extensions as well).
# .sh .SH .c .h .l .y .man
@@ -293,7 +293,7 @@ sub report {
local($fmt) = $format;
local($postproc) = 0; # Do we need formatting post-processing ?
$fmt =~ s/^\w+://;
- $fmt =~ s/\|/\02/g && ($postproc = 1); # Formatted colum separator
+ $fmt =~ s/\|/\02/g && ($postproc = 1); # Formatted column separator
# If neither 'd' nor 'f' is specified, then all the files are candidate
# for report. Specifying 'df' is the same, but is less efficient.