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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Aug 22 02:25:16 EDT 2006


Author: jesse
Date: Tue Aug 22 02:25:16 2006
New Revision: 1837

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

Log:
 r20622 at pinglin:  jesse | 2006-08-22 02:16:56 -0400
 * typo fix


Modified: jifty/trunk/lib/Jifty/DateTime.pm
==============================================================================
--- jifty/trunk/lib/Jifty/DateTime.pm	(original)
+++ jifty/trunk/lib/Jifty/DateTime.pm	Tue Aug 22 02:25:16 2006
@@ -71,7 +71,7 @@
     my $now;
     {
         # Date::Manip interprets days of the week (eg, ''monday'') as
-        # days within the *curent* week. Detect these and prepend
+        # days within the *current* week. Detect these and prepend
         # ``next''
         # XXX TODO: Find a real solution (better date-parsing library?)
         if($string =~ /^\s* (?:monday|tuesday|wednesday|thursday|friday|saturday|sunday)$/xi) {


More information about the Jifty-commit mailing list