summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-18 20:18:50 +0000
committerwiz <wiz@pkgsrc.org>2014-01-18 20:18:50 +0000
commit52c2cc78f27f071b2f998539876196ba9c70ce61 (patch)
tree98fe88b539c7e6fb163ebd53c4638c15ec9623bc /doc/guide
parent91bced722e6f944c4bc3abb22ca3f71b8bc7bd1d (diff)
downloadpkgsrc-52c2cc78f27f071b2f998539876196ba9c70ce61.tar.gz
Fix typo.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/creating.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml
index 13c20f68792..cd6c3d889df 100644
--- a/doc/guide/files/creating.xml
+++ b/doc/guide/files/creating.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.15 2014/01/18 20:17:10 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.16 2014/01/18 20:18:50 wiz Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -141,7 +141,7 @@ If some Python versions are not supported by the software, set the
<varname>PYTHON_VERSIONS_INCOMPATIBLE</varname> variable to the Python versions
that are not supported, e.g.
<programlisting>
-PYTHON_VERSIONS_ACCEPTED= 26
+PYTHON_VERSIONS_INCOMPATIBLE= 26
</programlisting></para>
<para>