From 5893dbb3e5117b27ef4c2c016656809bc064dee3 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 7 Oct 2001 16:28:39 +0000 Subject: [PATCH] Fix typo. --- bin/pax/buf_subs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/pax/buf_subs.c b/bin/pax/buf_subs.c index 15fc45ffbbb7..4a3923346784 100644 --- a/bin/pax/buf_subs.c +++ b/bin/pax/buf_subs.c @@ -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 @@ buf_flush(bufcnt) /* * 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. */