pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/python pyversion.mk: fix typo in comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93cd0115750b
branches:  trunk
changeset: 455742:93cd0115750b
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Jul 10 05:24:33 2021 +0000

description:
pyversion.mk: fix typo in comment

diffstat:

 lang/python/pyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1aa0fa25d9a -r 93cd0115750b lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Sat Jul 10 01:45:23 2021 +0000
+++ b/lang/python/pyversion.mk  Sat Jul 10 05:24:33 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.135 2021/04/23 19:20:08 nia Exp $
+# $NetBSD: pyversion.mk,v 1.136 2021/07/10 05:24:33 gutteridge Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -100,7 +100,7 @@
 # choose a python version where to add,
 # try to be intelligent
 #
-# if a version is explicitely required, take it
+# if a version is explicitly required, take it
 .if defined(PYTHON_VERSION_REQD)
 # but check if it is acceptable first, error out otherwise
 .  if defined(_PYTHON_VERSION_${PYTHON_VERSION_REQD}_OK)



Home | Main Index | Thread Index | Old Index