[Jifty-commit] r2451 - in jifty/branches/template-declare: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jan 2 00:00:09 EST 2007


Author: jesse
Date: Tue Jan  2 00:00:08 2007
New Revision: 2451

Modified:
   jifty/branches/template-declare/   (props changed)
   jifty/branches/template-declare/lib/Jifty/Request.pm

Log:
 r46652 at pinglin:  jesse | 2007-01-01 23:54:39 -0500
 typo fix


Modified: jifty/branches/template-declare/lib/Jifty/Request.pm
==============================================================================
--- jifty/branches/template-declare/lib/Jifty/Request.pm	(original)
+++ jifty/branches/template-declare/lib/Jifty/Request.pm	Tue Jan  2 00:00:08 2007
@@ -292,7 +292,7 @@
         
         $self->arguments->{$key} = $value;
 
-        # Continuation type is ofetn undef, so give it a sane default
+        # Continuation type is often undef, so give it a sane default
         # so we can use eq without warnings
         my $cont_type = $self->continuation_type || "";
 


More information about the Jifty-commit mailing list