summaryrefslogtreecommitdiff
path: root/sysutils/whowatch/patches
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-11 23:49:04 +0000
committeritojun <itojun>2000-08-11 23:49:04 +0000
commit582120cf82c249069adf70b55ba9b9f228b31763 (patch)
tree8db2476d579c02abe995ee86f3457efb7e2e7910 /sysutils/whowatch/patches
parent4e504118d2f3d0c9ad49219a510e31d7e8cc3429 (diff)
downloadpkgsrc-582120cf82c249069adf70b55ba9b9f228b31763.tar.gz
correct typo in comment
Diffstat (limited to 'sysutils/whowatch/patches')
-rw-r--r--sysutils/whowatch/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/whowatch/patches/patch-ab b/sysutils/whowatch/patches/patch-ab
index a9ff1147ea1..1feac1b3f85 100644
--- a/sysutils/whowatch/patches/patch-ab
+++ b/sysutils/whowatch/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.1 2000/08/11 23:47:51 itojun Exp $
+$NetBSD: patch-ab,v 1.2 2000/08/11 23:49:06 itojun Exp $
BSD curses: use strlen(s) on waddnstr(w, s, 0)
-ncurses: pirnt nothing on waddnstr(w, s, 0)
+ncurses: print nothing on waddnstr(w, s, 0)
the code assumes ncurses behavior. be explicit about the requirement.
--- screen.c- Fri Aug 11 22:05:43 2000
+++ screen.c Fri Aug 11 22:06:00 2000