[Mpuls-commits] r5215 - in base/trunk: . mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Aug 1 15:09:58 CEST 2011


Author: roland
Date: 2011-08-01 15:09:57 +0200 (Mon, 01 Aug 2011)
New Revision: 5215

Modified:
   base/trunk/ChangeLog
   base/trunk/mpulsweb/lib/base.py
Log:
Fixed typo


Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog	2011-08-01 09:18:34 UTC (rev 5214)
+++ base/trunk/ChangeLog	2011-08-01 13:09:57 UTC (rev 5215)
@@ -1,5 +1,9 @@
 2011-08-01  Roland Geider <roland.geider at intevation.de>
 
+	* mpulsweb/lib/base.py: Typo
+
+2011-08-01  Roland Geider <roland.geider at intevation.de>
+
 	* mpulsweb/controllers/evaluate.py: issue2267: pass the search
 	  parameters to the HTML evaluations, so the TEMP tables are filled
 	  with correctly filtered cases

Modified: base/trunk/mpulsweb/lib/base.py
===================================================================
--- base/trunk/mpulsweb/lib/base.py	2011-08-01 09:18:34 UTC (rev 5214)
+++ base/trunk/mpulsweb/lib/base.py	2011-08-01 13:09:57 UTC (rev 5215)
@@ -151,7 +151,7 @@
                 raise HTTPUnauthorized(detail=COOKIE_NOT_FOUND)
 
             if storedHash != md5.new(shared + userIdentity()).digest():
-                log.error("Stored hash does't match new hash "
+                log.error("Stored hash doesn't match new hash "
                           "-> HTTPUnauthorized")
                 raise HTTPUnauthorized(detail=IDENTITY_CHANGED)
         except KeyError:



More information about the Mpuls-commits mailing list