]> granicus.if.org Git - apache/commitdiff
fix some homophonic issues in comments, as well as some
authorJeff Trawick <trawick@apache.org>
Wed, 15 Aug 2001 21:11:59 +0000 (21:11 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 15 Aug 2001 21:11:59 +0000 (21:11 +0000)
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

include/ap_mpm.h
include/httpd.h
modules/aaa/mod_auth_digest.c
modules/arch/win32/mod_isapi.c
modules/mappers/mod_rewrite.c
modules/test/mod_test_util_uri.c
server/mpm/beos/beos.c
server/mpm/spmt_os2/spmt_os2.c
server/mpm/winnt/service.c
server/request.c

index b1645b631d43bba684d2e7c50b3e269f41da3c39..d1d0fb05dc8a92fd408efd2b4a6734f481e83965 100644 (file)
     - 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
 */
 
 /**
index 254c098ea5b71f1a7015a2ca4351160a0dd8f47a..d27682b40a8e4db97246a3888297347e25e4439d 100644 (file)
@@ -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
index d7326370bac1b42116ea3febf0789008f46e6dd6..e7ddc7e15d9d4c27791f52c65c0460698cb0fd93 100644 (file)
@@ -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
index 303cd15c39af83c7dd14e8cb16d6a86f908d0c0a..f41214f1fa10eb92d7f89a86af11a70b2b93ce3c 100644 (file)
@@ -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
                      */
                 }
             }
index b043c06de262fee6f39b9951fffa9dc1aa904189..1fa5108518fa6776544a59351f92c1a6767ba72b 100644 (file)
@@ -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=<type>]')
      *  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 ;-)
      */
index ad76be0855d9ee1f499662552d730616abf1ac7d..1ba90c8fce30e11e0e05a654ae0905e18189f19c 100644 (file)
@@ -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...
      */
index c7ee021d41c023715f0a6859345d247ec6f29069..036604ed6bcd6195e83e6e75e567d35cc63aac99 100644 (file)
@@ -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);
 
index e9f60b513bd0bd6a0b67a4bededf8a39a9e31f0a..f07ebb1b0a4f0709f98c093883470bd4bccb1961 100644 (file)
@@ -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)
 {
index 38c0fa83c2555858a477398aa907449a041b7877..171d34a325370ede3110f98c05b02c245287831d 100644 (file)
@@ -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.
index a7e67d194d1c9870d1b987a1a5562219ffc8d3b6..d88abe0beafab5c6f6cb2da3041f9b816e452c4c 100644 (file)
@@ -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);