Module Name: src
Committed By: uwe
Date: Thu Oct 29 02:33:46 UTC 2015
Modified Files:
src/lib/libpanel: new_panel.3
Log Message:
Fix typo missed by wizd(8).
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpanel/new_panel.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libpanel/new_panel.3
diff -u src/lib/libpanel/new_panel.3:1.3 src/lib/libpanel/new_panel.3:1.4
--- src/lib/libpanel/new_panel.3:1.3 Wed Oct 28 10:22:40 2015
+++ src/lib/libpanel/new_panel.3 Thu Oct 29 02:33:46 2015
@@ -1,4 +1,4 @@
-.\" $NetBSD: new_panel.3,v 1.3 2015/10/28 10:22:40 wiz Exp $
+.\" $NetBSD: new_panel.3,v 1.4 2015/10/29 02:33:46 uwe Exp $
.\"
.\" Copyright (c) 2015 Valery Ushakov
.\" All rights reserved.
@@ -50,7 +50,7 @@
.Fn del_panel "PANEL *p"
.\"
.Sh DESCRIPTION
-The funcion
+The function
.Fn new_panel
creates a new panel associated with the curses window
.Fa win .