1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: POD spelling
invokation -> invocation
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display?id=95568
Index: Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Store.pod
===================================================================
--- Catalyst-Plugin-Cache.orig/lib/Catalyst/Plugin/Cache/Store.pod 2014-05-12 09:56:25.339554057 +0300
+++ Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache/Store.pod 2014-05-12 11:12:25.380415251 +0300
@@ -33,7 +33,7 @@
The method will get the backend name and configuration as it's first and second
arguments.
-All invokation of the setup methods will be automatic, based on the
+All invocation of the setup methods will be automatic, based on the
configuration. However, the plugin must be loaded by the user.
Note that store plugins are only necessary if some configuration defaults that
|