diff --git a/lam/docs/manual-sources/appendix-security.xml b/lam/docs/manual-sources/appendix-security.xml index 0ed32231..55b3f061 100644 --- a/lam/docs/manual-sources/appendix-security.xml +++ b/lam/docs/manual-sources/appendix-security.xml @@ -257,7 +257,7 @@ semodule -i httpdlocal.pp directory contents must be accessible by browser but directory - itself needs not to be browseable + itself needs not to be browsable diff --git a/lam/docs/manual-sources/chapter-modules.xml b/lam/docs/manual-sources/chapter-modules.xml index 7339606c..2de6904f 100644 --- a/lam/docs/manual-sources/chapter-modules.xml +++ b/lam/docs/manual-sources/chapter-modules.xml @@ -2283,7 +2283,7 @@ AuthorizedKeysCommandUser root security reasons. The user name can either be a fixed name (e.g. "admin") or it can - be generated with LDAP attributes of the LAM admn user. E.g. $uid$ will + be generated with LDAP attributes of the LAM admin user. E.g. $uid$ will be transformed to "myUser" if you login with "uid=myUser,ou=people,dc=example,dc=com". @@ -5840,7 +5840,7 @@ OK (10 msec) LAM Pro allows you to execute scripts whenever an account is created, modified or deleted. This can be useful to automate processes which needed manual work afterwards (e.g. sending your user a welcome mail - or register a mailbox). Additionally, you can specify manual scipts that + or register a mailbox). Additionally, you can specify manual scripts that can be executed from within LAM Pro. To activate this feature please add the "Custom scripts" module to diff --git a/lam/docs/manual-sources/chapter-selfService.xml b/lam/docs/manual-sources/chapter-selfService.xml index 7bd9d843..e8c6d346 100644 --- a/lam/docs/manual-sources/chapter-selfService.xml +++ b/lam/docs/manual-sources/chapter-selfService.xml @@ -1153,7 +1153,7 @@ To enable this feature please activate the checkbox "Enable password self reset link". - Hint: Plese note that LAM Pro + Hint: Please note that LAM Pro uses security questions by default. Activate confirmation mails and then deactivate security questions if you want to use only email validation. diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index 919886e4..c55e01eb 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -1026,7 +1026,7 @@ abstract class baseModule { *
  • Text (required)
    * The text of the help entry which may contain any alphanumeric characters.
  • *
  • SeeAlso (optional)
    - * A reference to anonther related web site. It must be an array containing a field called "text" with the link text + * A reference to another related web site. It must be an array containing a field called "text" with the link text * that should be displayed and a field called "link" which is the link target.
  • * *