diff options
author | David Reid <dreid@apache.org> | 2000-12-02 14:07:45 +0100 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2000-12-02 14:07:45 +0100 |
commit | dee2be1a353b1f1e9f6d5b926e487527fec1a5a8 (patch) | |
tree | e3a209034f24a5eb3349440e4f111eb6208e458b /include/httpd.h | |
parent | Note the patch submitted today by Jon Travis about cleaning up inet_ntoa. (diff) | |
download | apache2-dee2be1a353b1f1e9f6d5b926e487527fec1a5a8.tar.xz apache2-dee2be1a353b1f1e9f6d5b926e487527fec1a5a8.zip |
Fix a couple of small typo's
Not raining today...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87155 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/httpd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h index 049e454a37..784b8a1b1a 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1627,7 +1627,7 @@ AP_DECLARE(extern const char *) ap_psignature(const char *prefix, request_rec *r /* The C library has functions that allow const to be silently dropped ... these macros detect the drop in maintainer mode, but use the native - methods far narmal builds + methods for normal builds */ #ifdef AP_DEBUG |