[Catalyst-commits] r12886 - Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store

jawnsy at dev.catalyst.perl.org jawnsy at dev.catalyst.perl.org
Mon Feb 15 23:43:44 GMT 2010


Author: jawnsy
Date: 2010-02-15 23:43:44 +0000 (Mon, 15 Feb 2010)
New Revision: 12886

Modified:
   Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
enviroment -> environment

Modified: Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
===================================================================
--- Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm	2010-02-15 23:42:45 UTC (rev 12885)
+++ Catalyst-Plugin-Session-Store-FastMmap/trunk/lib/Catalyst/Plugin/Session/Store/FastMmap.pm	2010-02-15 23:43:44 UTC (rev 12886)
@@ -148,7 +148,7 @@
 L<Catalyst::Plugin::Session::PerUser>, for example.
 
 As L<Cache::FastMmap> is not "thread-safe" (at least version 1.30 and before)
-therefore also this module does not work in multi-threaded enviroment.
+therefore also this module does not work in multi-threaded environment.
 It is "fork-safe", however keep in mind that on Win32 the perl "fork" call is
 implemented as an emulation via threads - that is the reason why you cannot use
 this store for example when running you catalyst application on Win32 platform




More information about the Catalyst-commits mailing list