Module Name: src
Committed By: msaitoh
Date: Thu Mar 11 01:13:11 UTC 2021
Modified Files:
src/lib/libc/gen: extattr_copy_file.3
src/sbin/restore: tape.c
Log Message:
s/skiping/skipping/
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/gen/extattr_copy_file.3
cvs rdiff -u -r1.69 -r1.70 src/sbin/restore/tape.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/extattr_copy_file.3
diff -u src/lib/libc/gen/extattr_copy_file.3:1.2 src/lib/libc/gen/extattr_copy_file.3:1.3
--- src/lib/libc/gen/extattr_copy_file.3:1.2 Fri Dec 16 15:21:13 2011
+++ src/lib/libc/gen/extattr_copy_file.3 Thu Mar 11 01:13:11 2021
@@ -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 <[email protected]>
.\" Copyright (c) 2011 Emmanuel Dreyfus <[email protected]>
@@ -76,7 +76,7 @@ respectively work the same was as
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
Index: src/sbin/restore/tape.c
diff -u src/sbin/restore/tape.c:1.69 src/sbin/restore/tape.c:1.70
--- src/sbin/restore/tape.c:1.69 Thu Sep 3 19:31:34 2020
+++ src/sbin/restore/tape.c Thu Mar 11 01:13:11 2021
@@ -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 @@ skip:
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;
}