diff options
author | Yann Ylavic <ylavic@apache.org> | 2015-07-09 20:07:50 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2015-07-09 20:07:50 +0200 |
commit | d9a3b7892685685b41cd7994c567741c1dbdee04 (patch) | |
tree | b0d2b9029c411c82f53a0443f814b93fed7d22b7 /modules/metadata | |
parent | s/a a/a/g (diff) | |
download | apache2-d9a3b7892685685b41cd7994c567741c1dbdee04.tar.xz apache2-d9a3b7892685685b41cd7994c567741c1dbdee04.zip |
s/\<\(\w\+\)\>\s\+\<\1\>/\1/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1690137 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata')
-rw-r--r-- | modules/metadata/mod_ident.c | 2 | ||||
-rw-r--r-- | modules/metadata/mod_setenvif.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/metadata/mod_ident.c b/modules/metadata/mod_ident.c index 06295ef3ab..87e7c2b32e 100644 --- a/modules/metadata/mod_ident.c +++ b/modules/metadata/mod_ident.c @@ -298,7 +298,7 @@ static const command_rec ident_cmds[] = module AP_MODULE_DECLARE_DATA ident_module; /* - * Optional function for the core to to the actual ident request + * Optional function for the core to the actual ident request */ static const char *ap_ident_lookup(request_rec *r) { diff --git a/modules/metadata/mod_setenvif.c b/modules/metadata/mod_setenvif.c index a62670e0bd..db58b601f3 100644 --- a/modules/metadata/mod_setenvif.c +++ b/modules/metadata/mod_setenvif.c @@ -41,7 +41,7 @@ * done. If the value matches the string or regular expression, the * environment variables listed as var ... are set. Each var can * be in one of three formats: var, which sets the named variable - * (the value value "1"); var=value, which sets the variable to + * (the value "1"); var=value, which sets the variable to * the given value; or !var, which unsets the variable is it has * been previously set. * |