lemonldap-ng (0.9.4.1-3) lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm

Summary

 lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

    
download this patch

Patch contents

--- lemonldap-ng-0.9.4.1.orig/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm
+++ lemonldap-ng-0.9.4.1/lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Simple.pm
@@ -1098,6 +1098,8 @@
 
 =head1 NAME
 
+=encoding utf8
+
 Lemonldap::NG::Handler::Simple - Perl base extension for building Lemonldap::NG
 compatible handler.
 
@@ -1214,7 +1216,7 @@
 
 =item B<localStorage> E<amp> B<localStorageOptions>
 
-Name and parameters of the optional but recommanded Cache::* module used to
+Name and parameters of the optional but recommended Cache::* module used to
 share user's datas between Apache processes. There is no need to set expires
 options since L<Lemonldap::NG::Handler::Simple> call the Cache::*::purge
 method itself.