diff options
author | wiz <wiz> | 2014-01-18 20:18:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-18 20:18:50 +0000 |
commit | c2b7d7b12a4604d339cc93978aed88ba96c4b706 (patch) | |
tree | 98fe88b539c7e6fb163ebd53c4638c15ec9623bc /doc/guide | |
parent | 1b77c330e75af44feea895e216ffeeaa2d903c82 (diff) | |
download | pkgsrc-c2b7d7b12a4604d339cc93978aed88ba96c4b706.tar.gz |
Fix typo.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/creating.xml | 4 |
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> |