diff --git a/_example/etc/manager-apache2.4.conf b/_example/etc/manager-apache2.4.conf index 66483a506..4c623434e 100644 --- a/_example/etc/manager-apache2.4.conf +++ b/_example/etc/manager-apache2.4.conf @@ -41,7 +41,7 @@ Options +ExecCGI - # If you want to use mod_fastcgi, replace lines bellow by: + # If you want to use mod_fastcgi, replace lines below by: #FastCgiServer __MANAGERPSGIDIR__manager-server.fcgi # Or if you prefer to use CGI, use /psgi/manager-server.cgi instead of diff --git a/_example/etc/manager-apache2.X.conf b/_example/etc/manager-apache2.X.conf index 5fc887e20..62db9634f 100644 --- a/_example/etc/manager-apache2.X.conf +++ b/_example/etc/manager-apache2.X.conf @@ -41,7 +41,7 @@ Options +ExecCGI - # If you want to use mod_fastcgi, replace lines bellow by: + # If you want to use mod_fastcgi, replace lines below by: #FastCgiServer __MANAGERPSGIDIR__manager-server.fcgi # Or if you prefer to use CGI, use /psgi/manager-server.cgi instead of diff --git a/_example/etc/manager-apache2.conf b/_example/etc/manager-apache2.conf index f26a584db..c74d0ee19 100644 --- a/_example/etc/manager-apache2.conf +++ b/_example/etc/manager-apache2.conf @@ -41,7 +41,7 @@ Options +ExecCGI - # If you want to use mod_fastcgi, replace lines bellow by: + # If you want to use mod_fastcgi, replace lines below by: #FastCgiServer __MANAGERPSGIDIR__manager-server.fcgi # Or if you prefer to use CGI, use /psgi/manager-server.cgi instead of diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index f713e4db2..3c0aae945 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -115,7 +115,7 @@ Lemonldap::NG Manager contains 4 parts: =item Notification explorer: see L; -=item Some files uses to generate static files: see bellow. +=item Some files uses to generate static files: see below. =back