[Jifty-commit] r1535 - in jifty/trunk: lib/Jifty/Web share/web/static/js

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 11 23:58:43 EDT 2006


Author: srl
Date: Tue Jul 11 23:58:43 2006
New Revision: 1535

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Web/PageRegion.pm
   jifty/trunk/share/web/static/js/jifty.js

Log:
 r5933 at lightning:  srl | 2006-07-11 22:53:09 -0400
 English orthography fixes.


Modified: jifty/trunk/lib/Jifty/Web/PageRegion.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/PageRegion.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/PageRegion.pm	Tue Jul 11 23:58:43 2006
@@ -9,7 +9,7 @@
 
 =head1 DESCRIPTION
 
-Describes a region of the page which contains a mason fragment which
+Describes a region of the page which contains a Mason fragment which
 can be updated via AJAX or via query parameters.
 
 =cut

Modified: jifty/trunk/share/web/static/js/jifty.js
==============================================================================
--- jifty/trunk/share/web/static/js/jifty.js	(original)
+++ jifty/trunk/share/web/static/js/jifty.js	Tue Jul 11 23:58:43 2006
@@ -588,7 +588,7 @@
             fragments[name].path = null;
             continue;
         } else if (f['path'] == null) {
-            // If they didn't know tha path, fill it in now
+            // If they didn't know the path, fill it in now
             f['path'] == fragments[name].path;
         }
 


More information about the Jifty-commit mailing list