Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/traceroute Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/254c6ced17b7
branches:  trunk
changeset: 473718:254c6ced17b7
user:      is <is%NetBSD.org@localhost>
date:      Wed Jun 16 20:47:57 1999 +0000

description:
Fix typo.

diffstat:

 usr.sbin/traceroute/trrt2netbsd |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 90db4c327345 -r 254c6ced17b7 usr.sbin/traceroute/trrt2netbsd
--- a/usr.sbin/traceroute/trrt2netbsd   Wed Jun 16 20:43:48 1999 +0000
+++ b/usr.sbin/traceroute/trrt2netbsd   Wed Jun 16 20:47:57 1999 +0000
@@ -1,6 +1,6 @@
 #!/usr/local/bin/perl
 #
-#      $NetBSD: trrt2netbsd,v 1.3 1999/02/26 22:43:03 christos Exp $
+#      $NetBSD: trrt2netbsd,v 1.4 1999/06/16 20:47:57 is Exp $
 #
 #  Perl script to convert a standard distribution directory for traceroute into
 #      a NetBSD source tree.
@@ -154,7 +154,7 @@
 }
 
 #
-# Main progarm.
+# Main program.
 # 
 
 $srcdir = $ENV{'SRCDIR'};



Home | Main Index | Thread Index | Old Index