diff options
author | Rainer Jung <rjung@apache.org> | 2016-08-11 21:50:02 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-08-11 21:50:02 +0200 |
commit | d79b514c4b925e4cd983297c784124efb8f6efc7 (patch) | |
tree | 5de52fcca8b9fd2d3026267781ec3a4ba55d1d7e /modules/arch/netware/mod_nw_ssl.c | |
parent | grammar++ (diff) | |
download | apache2-d79b514c4b925e4cd983297c784124efb8f6efc7.tar.xz apache2-d79b514c4b925e4cd983297c784124efb8f6efc7.zip |
Fix spelling in comments and text files.
No functional change.
PR 59990
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/arch/netware/mod_nw_ssl.c')
-rw-r--r-- | modules/arch/netware/mod_nw_ssl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/netware/mod_nw_ssl.c b/modules/arch/netware/mod_nw_ssl.c index fc8af9889e..298554a6e5 100644 --- a/modules/arch/netware/mod_nw_ssl.c +++ b/modules/arch/netware/mod_nw_ssl.c @@ -778,7 +778,7 @@ static int nwssl_post_config(apr_pool_t *pconf, apr_pool_t *plog, for (sl = ap_seclisteners; sl != NULL; sl = sl->next) { /* If we find a pre-existing listen socket and it has already been - created, then no neeed to go any further, just reuse it. */ + created, then no need to go any further, just reuse it. */ if (((sl->fd = find_secure_listener(sl)) >= 0) && (sl->used)) { continue; } |