[Jifty-commit] r5469 - jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model

Jifty commits jifty-commit at lists.jifty.org
Fri May 16 10:29:33 EDT 2008


Author: ruz
Date: Fri May 16 10:29:33 2008
New Revision: 5469

Modified:
   jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm

Log:
typo

Modified: jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Authentication/Password/Mixin/Model/User.pm	Fri May 16 10:29:33 2008
@@ -18,7 +18,7 @@
   package MyApp::Model::User;
   use Jifty::DBI::Schema;
   use MyApp::Record schema {
-      # custom column defrinitions
+      # custom column definitions
   };
 
   use Jifty::Plugin::User::Mixin::Model::User; # name, email, email_confirmed


More information about the Jifty-commit mailing list