[Jifty-commit] r613 - in jifty/trunk: lib/Jifty lib/Jifty/Web/Form

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Feb 21 22:03:04 EST 2006


Author: alexmv
Date: Tue Feb 21 22:03:03 2006
New Revision: 613

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/CurrentUser.pm
   jifty/trunk/lib/Jifty/Handler.pm
   jifty/trunk/lib/Jifty/Web/Form/Clickable.pm

Log:
 r9227 at zoq-fot-pik:  chmrr | 2006-02-21 22:02:09 -0500
  * Doc fixes from Ben Cornett <ben.cornett at gmail.com>


Modified: jifty/trunk/lib/Jifty/CurrentUser.pm
==============================================================================
--- jifty/trunk/lib/Jifty/CurrentUser.pm	(original)
+++ jifty/trunk/lib/Jifty/CurrentUser.pm	Tue Feb 21 22:03:03 2006
@@ -21,7 +21,7 @@
 parameter to the creator.
 
 This class describes (and implements a trivial version) of the access
-control API that a Jifty application needs to implemenet to provide
+control API that a Jifty application needs to implement to provide
 user-based access control
 
 It's generally expected that your application will override this class
@@ -63,7 +63,7 @@
 =head2 user_object 
 
 This gets or sets your application's user object for the current
-user. Generally, you're epxected to set and load it in the _init method
+user. Generally, you're expected to set and load it in the _init method
 in your L<Jifty::CurrentUser> subclass.
 
 Example:  

Modified: jifty/trunk/lib/Jifty/Handler.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Handler.pm	(original)
+++ jifty/trunk/lib/Jifty/Handler.pm	Tue Feb 21 22:03:03 2006
@@ -145,7 +145,7 @@
     local $HTML::Mason::Commands::JiftyWeb = Jifty::Web->new();
     Jifty->web->request(Jifty::Request->new()->fill($self->cgi));
 
-    Jifty->log->debug("Recieved request for ".Jifty->web->request->path);
+    Jifty->log->debug("Received request for ".Jifty->web->request->path);
 
     $self->mason(Jifty::MasonHandler->new(
         $self->mason_config,

Modified: jifty/trunk/lib/Jifty/Web/Form/Clickable.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Clickable.pm	Tue Feb 21 22:03:03 2006
@@ -428,7 +428,7 @@
 
 Returns a L<Jifty::Web::Form::Field::InlineButton> or
 I<Jifty::Web::Form::Link>, whichever is more appropriate given the
-paramters.
+parameters.
 
 =cut
 


More information about the Jifty-commit mailing list