pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk curses.builtin.mk: fix a typo in a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/413c597db298
branches:  trunk
changeset: 380394:413c597db298
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Mon Jun 06 01:24:11 2022 +0000

description:
curses.builtin.mk: fix a typo in a comment

diffstat:

 mk/curses.builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 587598bb0f2b -r 413c597db298 mk/curses.builtin.mk
--- a/mk/curses.builtin.mk      Mon Jun 06 01:17:25 2022 +0000
+++ b/mk/curses.builtin.mk      Mon Jun 06 01:24:11 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: curses.builtin.mk,v 1.20 2019/06/17 18:19:55 sjmulder Exp $
+# $NetBSD: curses.builtin.mk,v 1.21 2022/06/06 01:24:11 gutteridge Exp $
 
 BUILTIN_PKG:=  curses
 
@@ -8,7 +8,7 @@
 
 # Functions and defines to search for.
 # These are valid USE_CURSES options and will determine whether the
-# package can use the builtin curses or not.
+# package can use the built-in curses or not.
 #
 BUILTIN_TEST_CURSES_FUNCS=     chgat getsyx halfdelay putwin
 BUILTIN_TEST_CURSES_FUNCS+=    resize_term resizeterm ripoffline set_escdelay syncok



Home | Main Index | Thread Index | Old Index