Fix typo in POD
Arthur Axel 'fREW' Schmidt [Wed, 2 Aug 2017 16:43:27 +0000 (09:43 -0700)]
Changes
lib/Catalyst/Plugin/Static/Simple.pm

diff --git a/Changes b/Changes
index 2a3e374..a4ca775 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,7 @@ Revision history for Perl extension Catalyst::Plugin::Static::Simple
        - Fix installing on 5.26.0+ (RT#121861)
        - Fix security vulnerability, when serving static files with dots in the
          names (RT#120558)
+       - Fix typo in POD (RT#87098)
 
 0.33   2014-09-26 17:00 BST
        - In the case where someone is trying to merge configurations
index e8cb1d2..4440301 100755 (executable)
@@ -322,7 +322,7 @@ properly.
 
 If the plugin can not find the file, the request is dispatched to your
 application instead. This means you are responsible for generating a
-C<404> error if your applicaton can not process the request:
+C<404> error if your application can not process the request:
 
    # handled by static::simple, not dispatched to your application
    /images/exists.png