[Jifty-commit] r5102 - jifty/trunk/lib/Jifty/Manual

Jifty commits jifty-commit at lists.jifty.org
Thu Feb 14 06:54:43 EST 2008


Author: ssinyagin
Date: Thu Feb 14 06:54:41 2008
New Revision: 5102

Modified:
   jifty/trunk/lib/Jifty/Manual/Actions.pod

Log:
syntax typo

Modified: jifty/trunk/lib/Jifty/Manual/Actions.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Actions.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Actions.pod	Thu Feb 14 06:54:41 2008
@@ -234,7 +234,7 @@
 Thus, if your action failed for some reason, you would, in
 C<take_action>, write code like:
 
-    $self->result->error('Couldn't write blog post');
+    $self->result->error('Could not write blog post');
     return;
 
 If, however, the action completed successfully, you might write:


More information about the Jifty-commit mailing list