From: Jeff Trawick Date: Wed, 15 Aug 2001 21:11:59 +0000 (+0000) Subject: fix some homophonic issues in comments, as well as some X-Git-Tag: 2.0.24~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c216c2184a80c7441f53e95e528e5544a2961de6;p=apache fix some homophonic issues in comments, as well as some mispelings found near "its" or "it's" (helping our 4th grader with homework, couldn't help but grep) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90173 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/ap_mpm.h b/include/ap_mpm.h index b1645b631d..d1d0fb05dc 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -102,7 +102,7 @@ - The proper setting for SIGPIPE is SIG_IGN, if user code changes it for any of their own processing, it must be restored to SIG_IGN prior to executing or returning to any apache code. - TODO: add SIGPIPE debugging check somewhere to make sure its SIG_IGN + TODO: add SIGPIPE debugging check somewhere to make sure it's SIG_IGN */ /** diff --git a/include/httpd.h b/include/httpd.h index 254c098ea5..d27682b40a 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -320,7 +320,7 @@ extern "C" { * APEXIT_INIT: * A fatal error arising during the server's init sequence * APEXIT_CHILDINIT: - * The child died during it's init sequence + * The child died during its init sequence * APEXIT_CHILDFATAL: * A fatal error, resulting in the whole server aborting. * If a child exits with this error, the parent process diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index d7326370ba..e7ddc7e15d 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -713,7 +713,7 @@ static const command_rec digest_cmds[] = /* * Get the client given its client number (the key). Returns the entry, - * or NULL if its not found. + * or NULL if it's not found. * * Access to the list itself is synchronized via locks. However, access * to the entry returned by get_client() is NOT synchronized. This means diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c index 303cd15c39..f41214f1fa 100644 --- a/modules/arch/win32/mod_isapi.c +++ b/modules/arch/win32/mod_isapi.c @@ -459,7 +459,7 @@ apr_status_t isapi_handler (request_rec *r) return HTTP_INTERNAL_SERVER_ERROR; } - /* Although its not to spec, IIS seems to null-terminate + /* Although it's not to spec, IIS seems to null-terminate * its lpdData string. So we will too. */ if (res == 0) @@ -520,7 +520,7 @@ apr_status_t isapi_handler (request_rec *r) if (WaitForSingleObject(cid->complete, isa->timeout) == WAIT_TIMEOUT) { /* TODO: Now what... if this hung, then do we kill our own - * thread to force it's death? For now leave timeout = -1 + * thread to force its death? For now leave timeout = -1 */ } } diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c index b043c06de2..1fa5108518 100644 --- a/modules/mappers/mod_rewrite.c +++ b/modules/mappers/mod_rewrite.c @@ -2087,7 +2087,7 @@ static int apply_rewrite_rule(request_rec *r, rewriterule_entry *p, * Finally we had to remember if a MIME-type should be * forced for this URL (`RewriteRule .. .. [T=]') * Later in the API processing phase this is forced by our - * MIME API-hook function. This time its no problem even for + * MIME API-hook function. This time it's no problem even for * the per-directory context (where the MIME-type hook was * already processed) because a sub-request happens ;-) */ diff --git a/modules/test/mod_test_util_uri.c b/modules/test/mod_test_util_uri.c index ad76be0855..1ba90c8fce 100644 --- a/modules/test/mod_test_util_uri.c +++ b/modules/test/mod_test_util_uri.c @@ -114,7 +114,7 @@ static const test_uri_t uri_tests[] = { * string. * * We don't really need to test it explicitly since path has no explicit - * character that indicates its precense, and so we test empty paths all + * character that indicates its presence, and so we test empty paths all * the time by varying T_path in the loop. It would just cost us extra * code to special case the empty path string... */ diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c index c7ee021d41..036604ed6b 100644 --- a/server/mpm/beos/beos.c +++ b/server/mpm/beos/beos.c @@ -333,7 +333,7 @@ static int32 worker_thread(void * dummy) sigset_t sig_mask; int requests_this_child = ap_max_requests_per_child; apr_pollfd_t *pollset; - /* each worker thread is in control of it's own destiny...*/ + /* each worker thread is in control of its own destiny...*/ int this_worker_should_exit = 0; free(ti); @@ -823,7 +823,7 @@ int ap_mpm_run(apr_pool_t *_pconf, apr_pool_t *plog, server_rec *s) } /* setup the child pool to use for the workers. Each worker creates - * a seperate pool of it's own to use. + * a seperate pool of its own to use. */ apr_pool_create(&pchild, pconf); diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c index e9f60b513b..f07ebb1b0a 100644 --- a/server/mpm/spmt_os2/spmt_os2.c +++ b/server/mpm/spmt_os2/spmt_os2.c @@ -156,7 +156,7 @@ static apr_status_t accept_mutex_child_cleanup(void *foo) /* * Initialize mutex lock. - * Done by each child at it's birth + * Done by each child at its birth */ static void accept_mutex_child_init(apr_pool_t *p) { diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index 38c0fa83c2..171d34a325 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -1072,7 +1072,7 @@ apr_status_t mpm_service_uninstall(void) /* signal_service_transition is a simple thunk to signal the service - * and monitor it's successful transition. If the signal passed is 0, + * and monitor its successful transition. If the signal passed is 0, * then the caller is assumed to already have performed some service * operation to be monitored (such as StartService), and no actual * ControlService signal is sent. diff --git a/server/request.c b/server/request.c index a7e67d194d..d88abe0bea 100644 --- a/server/request.c +++ b/server/request.c @@ -330,7 +330,7 @@ static int get_path_info(request_rec *r) /* ### We no longer need the test ap_os_is_filename_valid() here * since apr_stat isn't a posix thing - it's apr_stat's responsibility - * to handle whatever path string arrives at it's door - by platform + * to handle whatever path string arrives at its door - by platform * and volume restrictions as applicable... * TODO: This code becomes even simpler if apr_stat grows * an APR_PATHINCOMPLETE result to indicate that we are staring at @@ -925,9 +925,9 @@ AP_DECLARE(int) directory_walk(request_rec *r) */ /* We choose apr_lstat here, rather that apr_stat, so that we - * capture this path object rather than it's target. We will + * capture this path object rather than its target. We will * replace the info with our target's info below. We especially - * want the name of this 'link' object, not the name of it's + * want the name of this 'link' object, not the name of its * target, if we are fixing case. */ rv = apr_lstat(&r->finfo, r->filename, APR_FINFO_MIN | APR_FINFO_NAME, r->pool);