diff options
author | Jeff Trawick <trawick@apache.org> | 2011-03-12 01:35:39 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-03-12 01:35:39 +0100 |
commit | 4598f1a7d4f54711c1f8b04152bb4384c99db060 (patch) | |
tree | 4d783ffbf27a6ed188b5ce2c1b4fa5917c2e033f /modules/aaa | |
parent | Ensure that ap_server_conf always points to valid data or is NULL. (diff) | |
download | apache2-4598f1a7d4f54711c1f8b04152bb4384c99db060.tar.xz apache2-4598f1a7d4f54711c1f8b04152bb4384c99db060.zip |
fix some grammar mistakes, mostly in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa')
-rw-r--r-- | modules/aaa/mod_auth_digest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index b137059c00..81b884f5f9 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -1340,7 +1340,7 @@ static void note_digest_auth_failure(request_rec *r, /* don't send domain * - for proxy requests - * - if it's no specified + * - if it's not specified */ if (r->proxyreq || !conf->uri_list) { domain = NULL; |