Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcurses libcurses: fix spelling in comment
details: https://anonhg.NetBSD.org/src/rev/3ce159b869c3
branches: trunk
changeset: 951583:3ce159b869c3
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Feb 06 19:41:14 2021 +0000
description:
libcurses: fix spelling in comment
diffstat:
lib/libcurses/addbytes.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4f8566f04c60 -r 3ce159b869c3 lib/libcurses/addbytes.c
--- a/lib/libcurses/addbytes.c Sat Feb 06 19:00:25 2021 +0000
+++ b/lib/libcurses/addbytes.c Sat Feb 06 19:41:14 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: addbytes.c,v 1.52 2019/06/09 07:40:14 blymn Exp $ */
+/* $NetBSD: addbytes.c,v 1.53 2021/02/06 19:41:14 rillig Exp $ */
/*
* Copyright (c) 1987, 1993, 1994
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)addbytes.c 8.4 (Berkeley) 5/4/94";
#else
-__RCSID("$NetBSD: addbytes.c,v 1.52 2019/06/09 07:40:14 blymn Exp $");
+__RCSID("$NetBSD: addbytes.c,v 1.53 2021/02/06 19:41:14 rillig Exp $");
#endif
#endif /* not lint */
@@ -602,7 +602,7 @@
} else {
win->curx = *x;
- /* clear the remining of the current characer */
+ /* clear the remaining of the current character */
if (*x && *x < win->maxx) {
ex = sx + cw;
tp = &win->alines[*y]->line[ex];
Home |
Main Index |
Thread Index |
Old Index