aboutsummaryrefslogtreecommitdiff
path: root/devel/py-flakes
diff options
context:
space:
mode:
authorAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-03-18 14:16:01 +0000
committerAlexander Botero-Lowry <alexbl@FreeBSD.org>2007-03-18 14:16:01 +0000
commit9a12664bd766bbe25dc628d95955dccda7d3cb6a (patch)
tree57f56e586c0388d82a22db6a5ff1f7e7d332ffb1 /devel/py-flakes
parentd0812403b7f9426c80fbe98eba928bc3c42e23b8 (diff)
downloadports-9a12664bd766bbe25dc628d95955dccda7d3cb6a.tar.gz
ports-9a12664bd766bbe25dc628d95955dccda7d3cb6a.zip
- fix typo s/Pythom/Python/
- update WWW Reported by: novel@
Notes
Notes: svn path=/head/; revision=187648
Diffstat (limited to 'devel/py-flakes')
-rw-r--r--devel/py-flakes/Makefile2
-rw-r--r--devel/py-flakes/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-flakes/Makefile b/devel/py-flakes/Makefile
index 2cd7657efbb1..5c78277465d7 100644
--- a/devel/py-flakes/Makefile
+++ b/devel/py-flakes/Makefile
@@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyflakes-${PORTVERSION}
MAINTAINER= alexbl@FreeBSD.org
-COMMENT= Pyflakes is a program that analyzes Pythom programs for errors
+COMMENT= Pyflakes is a program that analyzes Python programs for errors
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/devel/py-flakes/pkg-descr b/devel/py-flakes/pkg-descr
index 0d95f1e3b0bf..00c348c35fbd 100644
--- a/devel/py-flakes/pkg-descr
+++ b/devel/py-flakes/pkg-descr
@@ -4,4 +4,4 @@ modules to check them. This is both safer and faster, although it does not
perform as many checks. Unlike PyLint, Pyflakes checks only for logical errors
in programs; it does not perform any checks on style.
-WWW: http://www.divmod.org/projects/pyflakes
+WWW: http://www.divmod.org/trac/wiki/DivmodPyflakes