# HG changeset patch # User Christopher Rogers # Date 1296751626 0 # Node ID 3fe66405923ba719f129bab952f8c362cdd7b70f # Parent 1073d7633e29940dff52eb773bd587cc810754cb Fixed typo in feedparser. diff -r 1073d7633e29 -r 3fe66405923b feedparser/receipt --- a/feedparser/receipt Thu Feb 03 16:44:43 2011 +0000 +++ b/feedparser/receipt Thu Feb 03 16:47:06 2011 +0000 @@ -15,7 +15,7 @@ compile_rules() { cd $src - patch -Np0 -i ../stuff/feedparser_uft8_decoding.patch + patch -Np0 -i ../stuff/feedparser_utf8_decoding.patch python setup.py build python setup.py install --root=$PWD/_pkg