Module Name: src
Committed By: kamil
Date: Sun Sep 30 10:55:00 UTC 2018
Modified Files:
src/lib/libcurses: curses.h
Log Message:
curses.h: Fix typo in a comment of the word 'handling'
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/lib/libcurses/curses.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libcurses/curses.h
diff -u src/lib/libcurses/curses.h:1.122 src/lib/libcurses/curses.h:1.123
--- src/lib/libcurses/curses.h:1.122 Sun Sep 30 10:08:13 2018
+++ src/lib/libcurses/curses.h Sun Sep 30 10:55:00 2018
@@ -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 mvwinwstr(WINDOW *, int, int, wchar_
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 *);