[Jifty-commit] r1415 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Fri Jun 30 14:11:54 EDT 2006


Author: alexmv
Date: Fri Jun 30 14:11:53 2006
New Revision: 1415

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

Log:
 r14656 at zoq-fot-pik:  chmrr | 2006-06-30 14:11:46 -0400
  * I speel reel gud


Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Fri Jun 30 14:11:53 2006
@@ -32,7 +32,7 @@
     # ways.  So wrap the call and preempt it if we already have one
     use CGI ();
 
-    # If this file ges reloaded using Module::Refresh, don't do this
+    # If this file gets reloaded using Module::Refresh, don't do this
     # magic again, or we'll get infinite recursion
     unless (CGI->can('__jifty_real_new')) {
         *CGI::__jifty_real_new = \&CGI::new;


More information about the Jifty-commit mailing list