[Jifty-commit] r7678 - jifty/trunk/lib/Jifty/View/Declare

Jifty commits jifty-commit at lists.jifty.org
Thu Nov 26 08:06:12 EST 2009


Author: sunnavy
Date: Thu Nov 26 08:06:05 2009
New Revision: 7678

Modified:
   jifty/trunk/lib/Jifty/View/Declare/CRUD.pm

Log:
typo fix

Modified: jifty/trunk/lib/Jifty/View/Declare/CRUD.pm
==============================================================================
--- jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	(original)
+++ jifty/trunk/lib/Jifty/View/Declare/CRUD.pm	Thu Nov 26 08:06:05 2009
@@ -154,7 +154,7 @@
 
   Jifty->app_class('Model', $self->object_type);
 
-You will want to override this if (in addition to L</object_type>) if you want to provide CRUD views in a plugin, or from an external model class, or for one of the Jifty built-in models.
+You will want to override this (in addition to L</object_type>) if you want to provide CRUD views in a plugin, or from an external model class, or for one of the Jifty built-in models.
 
 =cut
 
@@ -162,7 +162,7 @@
 # the mount_view() method is generally called very early in the Jifty
 # lifecycle. As such, Jifty->app_class() might not work yet since it requires
 # the Jifty singleton to be built and the configuration to be loaded. So, this
-# implementation caches teh record class after the first calculation, which
+# implementation caches the record class after the first calculation, which
 # should happen during the request dispatch process, which always happens after
 # Jifty is completely initialized.
 sub record_class {


More information about the Jifty-commit mailing list