Revision
103329
Author
larryv@macports.org
Date
2013-02-21 22:00:20 -0800 (Thu, 21 Feb 2013)

Log Message

py*-networkx: Fix typo in description (#38156).

Modified Paths

Diff

Modified: trunk/dports/python/py-networkx/Portfile (103328 => 103329)


--- trunk/dports/python/py-networkx/Portfile	2013-02-22 04:49:10 UTC (rev 103328)
+++ trunk/dports/python/py-networkx/Portfile	2013-02-22 06:00:20 UTC (rev 103329)
@@ -9,7 +9,7 @@
 categories-append       science
 license                 BSD
 maintainers             nomaintainer
-description             NetworkX in a Python package for graph manpulation.
+description             NetworkX in a Python package for graph manipulation.
 long_description        NetworkX is a Python package for the creation, \
                         manipulation, and study of the structure, dynamics, \
                         and functions of complex networks.