[Catalyst-commits] r14462 - in trunk/Catalyst-Plugin-StackTrace: . lib/Catalyst/Plugin

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Jul 28 22:02:15 GMT 2013


Author: t0m
Date: 2013-07-28 22:02:15 +0000 (Sun, 28 Jul 2013)
New Revision: 14462

Modified:
   trunk/Catalyst-Plugin-StackTrace/Changes
   trunk/Catalyst-Plugin-StackTrace/lib/Catalyst/Plugin/StackTrace.pm
Log:
Fix typos. RT#87383

Modified: trunk/Catalyst-Plugin-StackTrace/Changes
===================================================================
--- trunk/Catalyst-Plugin-StackTrace/Changes	2013-07-27 20:43:31 UTC (rev 14461)
+++ trunk/Catalyst-Plugin-StackTrace/Changes	2013-07-28 22:02:15 UTC (rev 14462)
@@ -1,5 +1,7 @@
 Revision history for Perl extension Catalyst::Plugin::StackTrace
 
+        - Fix typos. RT#87383
+
 0.12    2012-07-12 15:13:00 BST
         - Convert from Class::Accessor::Fast to Moose (dakkar)
 

Modified: trunk/Catalyst-Plugin-StackTrace/lib/Catalyst/Plugin/StackTrace.pm
===================================================================
--- trunk/Catalyst-Plugin-StackTrace/lib/Catalyst/Plugin/StackTrace.pm	2013-07-27 20:43:31 UTC (rev 14461)
+++ trunk/Catalyst-Plugin-StackTrace/lib/Catalyst/Plugin/StackTrace.pm	2013-07-28 22:02:15 UTC (rev 14462)
@@ -221,7 +221,7 @@
 =head1 DESCRIPTION
 
 This plugin will enhance the standard Catalyst debug screen by including
-a stack trace of your appliation up to the point where the error occurred.
+a stack trace of your application up to the point where the error occurred.
 Each stack frame is displayed along with the package name, line number, file
 name, and code context surrounding the line number.
 
@@ -234,7 +234,7 @@
 
 =head2 enable
 
-Allows you forcibly enable or disalbe this plugin, ignoring the current 
+Allows you forcibly enable or disable this plugin, ignoring the current 
 debug setting. If this option is defined, its value will be used.
 
 =head2 context




More information about the Catalyst-commits mailing list