Source-Changes-HG archive

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

[src/trunk]: src/bin/pax Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/3fcf4b37f3e6
branches:  trunk
changeset: 515895:3fcf4b37f3e6
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Oct 07 16:28:39 2001 +0000

description:
Fix typo.

diffstat:

 bin/pax/buf_subs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cd41af826883 -r 3fcf4b37f3e6 bin/pax/buf_subs.c
--- a/bin/pax/buf_subs.c        Sun Oct 07 12:58:21 2001 +0000
+++ b/bin/pax/buf_subs.c        Sun Oct 07 16:28:39 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: buf_subs.c,v 1.14 2001/09/16 16:34:23 wiz Exp $        */
+/*     $NetBSD: buf_subs.c,v 1.15 2001/10/07 16:28:39 wiz Exp $        */
 
 /*-
  * Copyright (c) 1992 Keith Muller.
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)buf_subs.c 8.2 (Berkeley) 4/18/94";
 #else
-__RCSID("$NetBSD: buf_subs.c,v 1.14 2001/09/16 16:34:23 wiz Exp $");
+__RCSID("$NetBSD: buf_subs.c,v 1.15 2001/10/07 16:28:39 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -995,7 +995,7 @@
 
        /*
         * if we have reached the user specified byte count for each archive
-        * volume, prompt for the next volume. (The non-standrad -R flag).
+        * volume, prompt for the next volume. (The non-standard -R flag).
         * NOTE: If the wrlimit is smaller than wrcnt, we will always write
         * at least one record. We always round limit UP to next blocksize.
         */



Home | Main Index | Thread Index | Old Index