Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src s/writting/writing/
details: https://anonhg.NetBSD.org/src/rev/8a651c12c54a
branches: trunk
changeset: 1024805:8a651c12c54a
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Sat Nov 06 06:40:33 2021 +0000
description:
s/writting/writing/
diffstat:
bin/ksh/shf.c | 6 +++---
usr.sbin/sysinst/partman.c | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (63 lines):
diff -r c8df6477e114 -r 8a651c12c54a bin/ksh/shf.c
--- a/bin/ksh/shf.c Sat Nov 06 06:38:03 2021 +0000
+++ b/bin/ksh/shf.c Sat Nov 06 06:40:33 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: shf.c,v 1.14 2021/09/16 19:44:01 christos Exp $ */
+/* $NetBSD: shf.c,v 1.15 2021/11/06 06:40:33 msaitoh Exp $ */
/*
* Shell file I/O routines
@@ -6,7 +6,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: shf.c,v 1.14 2021/09/16 19:44:01 christos Exp $");
+__RCSID("$NetBSD: shf.c,v 1.15 2021/11/06 06:40:33 msaitoh Exp $");
#endif
#include <sys/stat.h>
@@ -709,7 +709,7 @@
if (nbytes < 0)
internal_errorf(1, "shf_write: nbytes %d", nbytes);
- /* Don't buffer if buffer is empty and we're writting a large amount. */
+ /* Don't buffer if buffer is empty and we're writing a large amount. */
if ((ncopy = shf->wnleft)
&& (shf->wp != shf->buf || nbytes < shf->wnleft))
{
diff -r c8df6477e114 -r 8a651c12c54a usr.sbin/sysinst/partman.c
--- a/usr.sbin/sysinst/partman.c Sat Nov 06 06:38:03 2021 +0000
+++ b/usr.sbin/sysinst/partman.c Sat Nov 06 06:40:33 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: partman.c,v 1.53 2021/09/14 21:45:20 rillig Exp $ */
+/* $NetBSD: partman.c,v 1.54 2021/11/06 06:40:33 msaitoh Exp $ */
/*
* Copyright 2012 Eugene Lozovoy
@@ -2725,7 +2725,7 @@
if (run_program(RUN_DISPLAY | RUN_PROGRESS,
"raidctl -v -A root %s", pm_i->diskdev) != 0) {
if (logfp)
- fprintf(logfp, "Error writting RAID bootsector to %s\n",
+ fprintf(logfp, "Error writing RAID bootsector to %s\n",
pm_i->diskdev);
continue;
}
@@ -2735,7 +2735,7 @@
"gpt biosboot -i %d %s",
pm_i->rootpart + 1, pm_i->diskdev) != 0) {
if (logfp)
- fprintf(logfp, "Error writting GPT bootsector to %s\n",
+ fprintf(logfp, "Error writing GPT bootsector to %s\n",
pm_i->diskdev);
continue;
}
@@ -2747,7 +2747,7 @@
#endif
md_post_newfs() != 0) {
if (logfp)
- fprintf(logfp, "Error writting bootsector to %s\n",
+ fprintf(logfp, "Error writing bootsector to %s\n",
pm_i->diskdev);
continue;
}
Home |
Main Index |
Thread Index |
Old Index