#! /bin/sh /usr/share/dpatch/dpatch-run ## 06_roundup_typo.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Patch from Ben Finney (bug #283770) @DPATCH@ diff -urNad roundup-0.7.9/roundup/cgi/actions.py /tmp/dpep.2zJ5DK/roundup-0.7.9/roundup/cgi/actions.py --- roundup-0.7.9/roundup/cgi/actions.py 2004-11-08 00:22:43.000000000 +0100 +++ /tmp/dpep.2zJ5DK/roundup-0.7.9/roundup/cgi/actions.py 2004-12-01 10:54:37.000000000 +0100 @@ -801,7 +801,7 @@ self.client.userid = self.db.user.lookup(self.client.user) except KeyError: name = self.client.user - self.client.error_message.append(_('Ivalid login')) + self.client.error_message.append(_('Invalid login')) self.client.make_user_anonymous() return