summaryrefslogtreecommitdiffstats
path: root/bin/md5check.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-30 19:24:11 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-30 19:24:11 +0000
commita74ff46a80552d9d2646f5ee9bd09b949b79d707 (patch)
tree0be8609fd89018e98e9129b124a458d3b1810a7e /bin/md5check.py
parent007d3c6b2e04fa35e05539b9d809f5a0b2d91af4 (diff)
downloadportage-a74ff46a80552d9d2646f5ee9bd09b949b79d707.tar.gz
portage-a74ff46a80552d9d2646f5ee9bd09b949b79d707.tar.bz2
portage-a74ff46a80552d9d2646f5ee9bd09b949b79d707.zip
Fix typos. Thanks to Arfrever Frehtes Taifersar Arahesis
<Arfrever.FTA@GMail.Com>. (trunk r9632) svn path=/main/branches/2.1.2/; revision=9633
Diffstat (limited to 'bin/md5check.py')
-rwxr-xr-xbin/md5check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/md5check.py b/bin/md5check.py
index 5d960a402..f493a4211 100755
--- a/bin/md5check.py
+++ b/bin/md5check.py
@@ -75,7 +75,7 @@ for mycpv in hugelist:
if (md5_list[mybn]["MD5"] != md5sums[mybn]["MD5"]) or \
(md5_list[mybn]["size"] != md5sums[mybn]["size"]):
- # This associates teh md5 with each file. [md5/size]
+ # This associates the md5 with each file. [md5/size]
md5joins = md5_list[mybn][2].split(",")
md5joins = (" ["+md5_list[mybn][0]+"/"+md5_list[mybn][1]+"],").join(md5joins)
md5joins += " ["+md5_list[mybn][0]+"/"+md5_list[mybn][1]+"]"