From d79b514c4b925e4cd983297c784124efb8f6efc7 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 11 Aug 2016 19:50:02 +0000 Subject: 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 --- os/bs2000/ebcdic.c | 2 +- os/netware/pre_nw.h | 2 +- os/win32/ap_regkey.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'os') diff --git a/os/bs2000/ebcdic.c b/os/bs2000/ebcdic.c index dd5ef54f42..7ec00768ed 100644 --- a/os/bs2000/ebcdic.c +++ b/os/bs2000/ebcdic.c @@ -25,7 +25,7 @@ Within the POSIX subsystem, the same character set was chosen as in "native BS2000", namely EBCDIC. EBCDIC Table. (Yes, in EBCDIC, the letters 'a'..'z' are not contiguous!) -This apr_table_t is bijective, i.e. there are no ambigous or duplicate characters +This apr_table_t is bijective, i.e. there are no ambiguous or duplicate characters 00 00 01 02 03 85 09 86 7f 87 8d 8e 0b 0c 0d 0e 0f *................* 10 10 11 12 13 8f 0a 08 97 18 19 9c 9d 1c 1d 1e 1f *................* 20 80 81 82 83 84 92 17 1b 88 89 8a 8b 8c 05 06 07 *................* diff --git a/os/netware/pre_nw.h b/os/netware/pre_nw.h index dcb1145e48..eef1f6f10b 100644 --- a/os/netware/pre_nw.h +++ b/os/netware/pre_nw.h @@ -55,7 +55,7 @@ #endif #endif -/* C9X defintion used by MSL C++ library */ +/* C9X definition used by MSL C++ library */ #define DECIMAL_DIG 17 /* some code may want to use the MS convention for long long */ diff --git a/os/win32/ap_regkey.c b/os/win32/ap_regkey.c index e080ab4f1f..13c2377804 100644 --- a/os/win32/ap_regkey.c +++ b/os/win32/ap_regkey.c @@ -488,7 +488,7 @@ AP_DECLARE(apr_status_t) ap_regkey_value_array_get(apr_array_header_t **result, #if APR_HAS_ANSI_FS ELSE_WIN_OS_IS_ANSI { - /* Small possiblity the array is either unterminated + /* Small possibility the array is either unterminated * or single NULL terminated. Avert. */ buf = (char *)value; -- cgit v1.2.1