Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/restore s/skiping/skipping/
details: https://anonhg.NetBSD.org/src/rev/60a24897fce2
branches: trunk
changeset: 981406:60a24897fce2
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Mar 11 01:13:11 2021 +0000
description:
s/skiping/skipping/
diffstat:
lib/libc/gen/extattr_copy_file.3 | 4 ++--
sbin/restore/tape.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r ce89253fd8b1 -r 60a24897fce2 lib/libc/gen/extattr_copy_file.3
--- a/lib/libc/gen/extattr_copy_file.3 Wed Mar 10 22:28:26 2021 +0000
+++ b/lib/libc/gen/extattr_copy_file.3 Thu Mar 11 01:13:11 2021 +0000
@@ -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@localhost>
.\" Copyright (c) 2011 Emmanuel Dreyfus <manu%NetBSD.org@localhost>
@@ -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
diff -r ce89253fd8b1 -r 60a24897fce2 sbin/restore/tape.c
--- a/sbin/restore/tape.c Wed Mar 10 22:28:26 2021 +0000
+++ b/sbin/restore/tape.c Thu Mar 11 01:13:11 2021 +0000
@@ -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;
}
Home |
Main Index |
Thread Index |
Old Index