# HG changeset patch # User Sverre Rabbelier # Date 1256510378 25200 # Node ID 7c63279401af89f996a42717659033f49009b010 # Parent 187c1709756b5822c737429242085846ba7c3acb fix typo in reponses.py diff -r 187c1709756b -r 7c63279401af app/soc/views/helper/responses.py --- a/app/soc/views/helper/responses.py Sat Oct 24 16:23:31 2009 -0700 +++ b/app/soc/views/helper/responses.py Sun Oct 25 15:39:38 2009 -0700 @@ -178,7 +178,7 @@ """Creates an HTTP response from the soc.views.out_of_band.Error exception. Args: - errror: a out_of_band.Error object + error: a out_of_band.Error object request: a Django HTTP request template: the "sibling" template (or a search list of such templates) from which to construct the actual template name (or names)