Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libcurses curses.h: Fix typo in a comment of the word 'h...



details:   https://anonhg.NetBSD.org/src/rev/303f622e682e
branches:  trunk
changeset: 836174:303f622e682e
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Sep 30 10:55:00 2018 +0000

description:
curses.h: Fix typo in a comment of the word 'handling'

No functional change intended.

diffstat:

 lib/libcurses/curses.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d8cf2750fff7 -r 303f622e682e lib/libcurses/curses.h
--- a/lib/libcurses/curses.h    Sun Sep 30 10:38:05 2018 +0000
+++ b/lib/libcurses/curses.h    Sun Sep 30 10:55:00 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: curses.h,v 1.122 2018/09/30 10:08:13 kamil Exp $       */
+/*     $NetBSD: curses.h,v 1.123 2018/09/30 10:55:00 kamil Exp $       */
 
 /*
  * Copyright (c) 1981, 1993, 1994
@@ -945,7 +945,7 @@
 int winnwstr(WINDOW *, wchar_t *, int);
 int winwstr(WINDOW *, wchar_t *);
 
-/* cchar handlgin */
+/* cchar handling */
 int setcchar(cchar_t *, const wchar_t *, const attr_t, short, const void *);
 int getcchar(const cchar_t *, wchar_t *, attr_t *, short *, void *);
 



Home | Main Index | Thread Index | Old Index