Thu Mar 11 01:13:11 2021 UTC ()
s/skiping/skipping/


(msaitoh)
diff -r1.2 -r1.3 src/lib/libc/gen/extattr_copy_file.3
diff -r1.69 -r1.70 src/sbin/restore/tape.c

cvs diff -r1.2 -r1.3 src/lib/libc/gen/extattr_copy_file.3 (expand / switch to context diff)
--- src/lib/libc/gen/extattr_copy_file.3 2011/12/16 15:21:13 1.2
+++ src/lib/libc/gen/extattr_copy_file.3 2021/03/11 01:13:11 1.3
@@ -1,4 +1,4 @@
-.\"	$NetBSD: extattr_copy_file.3,v 1.2 2011/12/16 15:21:13 manu Exp $
+.\"	$NetBSD: extattr_copy_file.3,v 1.3 2021/03/11 01:13:11 msaitoh Exp $
 .\"
 .\" Copyright (c) 2001 Dima Dorfman <dd@FreeBSD.org>
 .\" Copyright (c) 2011 Emmanuel Dreyfus <manu@NetBSD.org>
@@ -76,7 +76,7 @@
 and
 .Fn extattr_copy_link ,
 but will copy extended attributes from all namespaces accessible to the user,
-silently skiping unaccessible namespaces.
+silently skipping unaccessible namespaces.
 .Pp
 Please note that none of the extended attribute copying functions are atomic.
 .Sh RETURN VALUES

cvs diff -r1.69 -r1.70 src/sbin/restore/tape.c (expand / switch to context diff)
--- src/sbin/restore/tape.c 2020/09/03 19:31:34 1.69
+++ src/sbin/restore/tape.c 2021/03/11 01:13:11 1.70
@@ -1,4 +1,4 @@
-/*	$NetBSD: tape.c,v 1.69 2020/09/03 19:31:34 bouyer Exp $	*/
+/*	$NetBSD: tape.c,v 1.70 2021/03/11 01:13:11 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)tape.c	8.9 (Berkeley) 5/1/95";
 #else
-__RCSID("$NetBSD: tape.c,v 1.69 2020/09/03 19:31:34 bouyer Exp $");
+__RCSID("$NetBSD: tape.c,v 1.70 2021/03/11 01:13:11 msaitoh Exp $");
 #endif
 #endif /* not lint */
 
@@ -1439,7 +1439,7 @@
 
 		default:
 			panic("unknown tape header type %d\n", spcl.c_type);
-			fprintf(stderr, "skiping to next header\n");
+			fprintf(stderr, "skipping to next header\n");
 			goto skip;
 
 		}