[Jifty-commit] r1382 - in jifty: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 28 12:11:23 EDT 2006


Author: nelhage
Date: Wed Jun 28 12:11:19 2006
New Revision: 1382

Modified:
   jifty/   (props changed)
   jifty/trunk/lib/Jifty/Request/Mapper.pm

Log:
 r13215 at phanatique:  nelhage | 2006-06-27 22:10:37 +0200
 typo fix


Modified: jifty/trunk/lib/Jifty/Request/Mapper.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Request/Mapper.pm	(original)
+++ jifty/trunk/lib/Jifty/Request/Mapper.pm	Wed Jun 28 12:11:19 2006
@@ -138,7 +138,7 @@
 
     my @original = ($args{destination} => $args{source});
 
-    # In case the source is a harhref, we force ourselves to go the
+    # In case the source is a hashref, we force ourselves to go the
     # *other* direction first.
     ($args{destination}, $args{source}) = $class->query_parameters($args{destination} => $args{source});
 


More information about the Jifty-commit mailing list