]> granicus.if.org Git - apache-authnz-external/commitdiff
spelling fixes, as seen on lintian.debian.org
authorklemens <ka7@github.com>
Tue, 12 Jul 2016 19:44:57 +0000 (21:44 +0200)
committerklemens <ka7@github.com>
Tue, 12 Jul 2016 19:44:57 +0000 (21:44 +0200)
mod_authnz_external/CHANGES
mod_authnz_external/INSTALL
mod_authnz_external/TODO
mod_authz_unixgroup/CHANGES
mod_authz_unixgroup/README

index 4a1cd6a944eb325fd48620dc971a47089e16d426..356617c1633ab520eb93c18d07485fd9546331cc 100644 (file)
@@ -24,7 +24,7 @@ v3.3.0   (Jan Wolter - Oct 6, 2011)
    versions.
  * Deleted 'GroupExternalAuthoritative' and 'AuthzExternalAuthoritative'
    directives which are obsolete.
- * Deleted 'GroupExternalError' directive which is superceded by Apache's
+ * Deleted 'GroupExternalError' directive which is superseded by Apache's
    'AuthzSendForbiddenOnFailure' directive.
 
 v3.2.6   (Jan Wolter - Oct 6, 2011)
@@ -66,10 +66,10 @@ v3.2.3   (Jan Wolter - Feb 26, 2009)
 -----------------------------------------------
  * Added GroupExternalError directive, which allows you to specify the
    HTTP error code to be returned if the group access check fails.
-   Defaut is 401, but you may want to return 403 if you want to show the
+   Default is 401, but you may want to return 403 if you want to show the
    user an error page instead of asking him to login again.  Thanks to
    Peter Crawshaw <pcrawshaw@mta.ca> for this patch.
- * In hopes of getting to a more consistantly named set of directives,
+ * In hopes of getting to a more consistently named set of directives,
    added new aliases for two old directives:
       GroupExternalAuthoritative    alias for    AuthzExternalAuthoritative
       GroupExternalManyAtOnce       alias for    AuthExternalGroupsAtOnce
index 93752e5993f066224c51ef608c4e0e6385930f3a..01994c88a5e4a410b4f66988a0bdf1b276f9642a 100644 (file)
@@ -63,7 +63,7 @@ NOTES:
         on dynamically loaded modules see http://www.apache.org/docs/dso.html
 
    Instructions for both options are given here.  The dynamic loading
-   option will probably be prefered on virtually all modern installations.
+   option will probably be preferred on virtually all modern installations.
 
  * There is also documentation in the README file and in the AUTHENTICATORS
    file.  If you find this document unclear, reading those may help.
@@ -303,7 +303,7 @@ instructions to your server configuration.
            typically used as config file path.  The ":" is required even if
            the <data> is an empty string.
 
-       In the old-style syntax, the path declaration should always preceed
+       In the old-style syntax, the path declaration should always preced
        the method declaration, and the method declaration can be omitted if
        you want the default.
 
@@ -611,7 +611,7 @@ instructions to your server configuration.
       - Apache complains about not recognizing mod_authnz_external commands
         in the httpd.conf file like "DefineExternalAuth" and "AddExternalAuth".
 
-       Either the module didn't get installed (if you staticly linked
+       Either the module didn't get installed (if you statically linked
        the module, are you running the newly compiled copy of httpd?),
        or it isn't enabled (if it is dynamically linked, the AddModule
        LoadModule commands described above in step (1) may be missing,
index 4401d5dbc452cae4256de8218ff2a02618f5d141..f0931eaf495350533bcb1d6e7d46f02458ee37ab 100644 (file)
@@ -4,7 +4,7 @@ Jan Wolter:
    socket connecting to the external authenticator, and only launch a new one
    if the initial connection attempt fails.  This would avoid launching a
    new authenticator for each hit.  Instead the authenticator would be a
-   persistant process that can hold open a connection to the database and
+   persistent process that can hold open a connection to the database and
    even do caching of recent authentications.
 
  - Improve Windows support.  Theoretically version 3.2.0 should work on
index f8a524f90b4af6c426172a95fd6bede6f720a828..e482a3a59e9f8203729f8998481c9220528992cc 100644 (file)
@@ -34,7 +34,7 @@ v1.0.1   (Jan Wolter - Aug 6, 2008)
    Both of the above modifications are inspired by patches made by Ken Lalonde
    <ken at globalremit dot com>.
 
- * Included "http_request.h" header file to surpress a harmless compile-time
+ * Included "http_request.h" header file to suppress a harmless compile-time
    warning.
 
 v1.0.0   (Jan Wolter - Feb 19, 2006)
index 215f99bcf09442fe6b9bc51b9d7941dc715fba99..381ca7e43cf3e1c2d61ff1c13eca9a5f618d5912 100644 (file)
@@ -57,5 +57,5 @@ Mod_authnz_external is available from:
 Pwauth is available from:
    http://code.google.com/p/pwauth/
 
-It might also be possible to use this with mod_auth_shadow, expecially if a
+It might also be possible to use this with mod_auth_shadow, especially if a
 authn/authz version of that is ever released.