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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Feb 22 17:18:31 EST 2006


Author: alexmv
Date: Wed Feb 22 17:18:30 2006
New Revision: 619

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Notification.pm
   jifty/trunk/lib/Jifty/Web/Form/Clickable.pm
   jifty/trunk/lib/Jifty/Web/Form/Element.pm
   jifty/trunk/lib/Jifty/Web/Menu.pm
   jifty/trunk/lib/Jifty/Web/Session.pm

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


Modified: jifty/trunk/lib/Jifty/Notification.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Notification.pm	(original)
+++ jifty/trunk/lib/Jifty/Notification.pm	Wed Feb 22 17:18:30 2006
@@ -191,7 +191,7 @@
 
 =head2 preface
 
-Print a headerfor the message. You want to override this to print a message.
+Print a header for the message. You want to override this to print a message.
 
 Returns the message as a scalar.
 

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	Wed Feb 22 17:18:30 2006
@@ -81,7 +81,7 @@
 
 A list of actions to run when the object is clicked.  This may be an
 array refrence of a single element; each element may either be a
-moniker of a L<Jifty::Action>.  An undefined value submits B<all>
+moniker or a L<Jifty::Action>.  An undefined value submits B<all>
 actions in the form, an empty list reference (the default) submits
 none.
 

Modified: jifty/trunk/lib/Jifty/Web/Form/Element.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Form/Element.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Form/Element.pm	Wed Feb 22 17:18:30 2006
@@ -31,7 +31,7 @@
 
 =item prepend => PATH
 
-Add the given C<PATH> as a new fragment, just aftger the start of the
+Add the given C<PATH> as a new fragment, just after the start of the
 CSS selector given by C<element>, which defaults to the start of the
 current region.
 
@@ -86,7 +86,7 @@
 
 =item effect_args => HASHREF
 
-A hashref of arguments to pass to the effect when it is creted.  These
+A hashref of arguments to pass to the effect when it is created.  These
 can be used to change the duration of the effect, for instance.
 
 =back
@@ -117,7 +117,7 @@
 
 =head2 javascript
 
-Returns the javsscript necessary to make the events happen.
+Returns the javascript necessary to make the events happen.
 
 =cut
 

Modified: jifty/trunk/lib/Jifty/Web/Menu.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Menu.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Menu.pm	Wed Feb 22 17:18:30 2006
@@ -9,7 +9,7 @@
 
 Creates a new L<Jifty::Web::Menu> object.  Possible keys in the
 I<PARAMHASH> are C<label>, C<parent>, C<sort_order>, C<url>, and
-C<active>.  See the subroutines with the respecitve name below for
+C<active>.  See the subroutines with the respective name below for
 each option's use.
 
 =cut

Modified: jifty/trunk/lib/Jifty/Web/Session.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Web/Session.pm	(original)
+++ jifty/trunk/lib/Jifty/Web/Session.pm	Wed Feb 22 17:18:30 2006
@@ -87,7 +87,7 @@
 
 =head2 unload
 
-Flush the session to diskd and quit.
+Flush the session to disk and quit.
 
 =cut
 


More information about the Jifty-commit mailing list