[Jifty-commit] r1268 - in jifty: . trunk/lib/Jifty/Script

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Jun 12 18:33:02 EDT 2006


Author: zev
Date: Mon Jun 12 18:33:01 2006
New Revision: 1268

Modified:
   jifty/   (props changed)
   jifty/trunk/lib/Jifty/Manual/Tutorial.pod
   jifty/trunk/lib/Jifty/Script/Model.pm

Log:
 r3125 at galvatron:  zev | 2006-06-12 17:02:49 -0400
 minor grammar fixes


Modified: jifty/trunk/lib/Jifty/Manual/Tutorial.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Tutorial.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Tutorial.pod	Mon Jun 12 18:33:01 2006
@@ -173,7 +173,7 @@
 
 As you might imagine by the fact that this tutorial application is named
 B<MyWeblog>, the example here is a simple weblog application.  Future
-tutorials, will add authentication, comments, and RSS and Atom feeds.
+tutorials will add authentication, comments, and RSS and Atom feeds.
 
 =head3 Posts
 

Modified: jifty/trunk/lib/Jifty/Script/Model.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Script/Model.pm	(original)
+++ jifty/trunk/lib/Jifty/Script/Model.pm	Mon Jun 12 18:33:01 2006
@@ -99,7 +99,7 @@
 # Make sure we can load the model
 use_ok('@{[$appclass]}::Model::@{[$model]}');
 
-# Grab a system use
+# Grab a system user
 my \$system_user = @{[$appclass]}::CurrentUser->superuser;
 ok(\$system_user, "Found a system user");
 


More information about the Jifty-commit mailing list