From 1fe75e9ac26d83250b2e0b24c24134a7b6669809 Mon Sep 17 00:00:00 2001 From: calvin Date: Mon, 4 Apr 2005 20:13:10 +0000 Subject: [PATCH] fix typo git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2509 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 32499261..33c9f7c0 100755 --- a/setup.py +++ b/setup.py @@ -461,7 +461,7 @@ elif win_compiling: setup (name = "linkchecker", version = "2.8", description = "check websites and HTML documents for broken links", - keywords = "link,url,checking,verfication", + keywords = "link,url,checking,verification", author = myname, author_email = myemail, maintainer = myname,