You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/08/15 23:11:59 UTC

cvs commit: httpd-2.0/server/mpm/winnt service.c

trawick     01/08/15 14:11:59

  Modified:    include  ap_mpm.h 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   request.c
               server/mpm/beos beos.c
               server/mpm/spmt_os2 spmt_os2.c
               server/mpm/winnt service.c
  Log:
  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)
  
  Revision  Changes    Path
  1.29      +1 -1      httpd-2.0/include/ap_mpm.h
  
  Index: ap_mpm.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_mpm.h,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- ap_mpm.h	2001/07/18 20:28:59	1.28
  +++ ap_mpm.h	2001/08/15 21:11:57	1.29
  @@ -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
   */
   
   /**
  
  
  
  1.159     +1 -1      httpd-2.0/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.158
  retrieving revision 1.159
  diff -u -r1.158 -r1.159
  --- httpd.h	2001/08/11 04:04:11	1.158
  +++ httpd.h	2001/08/15 21:11:57	1.159
  @@ -320,7 +320,7 @@
    *   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
  
  
  
  1.50      +1 -1      httpd-2.0/modules/aaa/mod_auth_digest.c
  
  Index: mod_auth_digest.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/aaa/mod_auth_digest.c,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- mod_auth_digest.c	2001/08/11 04:04:12	1.49
  +++ mod_auth_digest.c	2001/08/15 21:11:57	1.50
  @@ -713,7 +713,7 @@
   
   /*
    * 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
  
  
  
  1.47      +2 -2      httpd-2.0/modules/arch/win32/mod_isapi.c
  
  Index: mod_isapi.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/arch/win32/mod_isapi.c,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- mod_isapi.c	2001/07/26 16:27:42	1.46
  +++ mod_isapi.c	2001/08/15 21:11:58	1.47
  @@ -459,7 +459,7 @@
               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 @@
                   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
                        */
                   }
               }
  
  
  
  1.82      +1 -1      httpd-2.0/modules/mappers/mod_rewrite.c
  
  Index: mod_rewrite.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/mappers/mod_rewrite.c,v
  retrieving revision 1.81
  retrieving revision 1.82
  diff -u -r1.81 -r1.82
  --- mod_rewrite.c	2001/08/07 19:34:58	1.81
  +++ mod_rewrite.c	2001/08/15 21:11:58	1.82
  @@ -2087,7 +2087,7 @@
        *  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 ;-)
        */
  
  
  
  1.13      +1 -1      httpd-2.0/modules/test/mod_test_util_uri.c
  
  Index: mod_test_util_uri.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/test/mod_test_util_uri.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- mod_test_util_uri.c	2001/08/11 04:04:13	1.12
  +++ mod_test_util_uri.c	2001/08/15 21:11:58	1.13
  @@ -114,7 +114,7 @@
        * 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...
        */
  
  
  
  1.24      +3 -3      httpd-2.0/server/request.c
  
  Index: request.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/request.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- request.c	2001/08/11 04:04:13	1.23
  +++ request.c	2001/08/15 21:11:58	1.24
  @@ -330,7 +330,7 @@
   
           /* ### 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 @@
            */
   
           /* 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);
  
  
  
  1.60      +2 -2      httpd-2.0/server/mpm/beos/beos.c
  
  Index: beos.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/beos/beos.c,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- beos.c	2001/08/13 04:57:34	1.59
  +++ beos.c	2001/08/15 21:11:58	1.60
  @@ -333,7 +333,7 @@
       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 @@
       }
   
       /* 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);
   
  
  
  
  1.100     +1 -1      httpd-2.0/server/mpm/spmt_os2/spmt_os2.c
  
  Index: spmt_os2.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/spmt_os2/spmt_os2.c,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- spmt_os2.c	2001/08/13 04:57:35	1.99
  +++ spmt_os2.c	2001/08/15 21:11:59	1.100
  @@ -156,7 +156,7 @@
   
   /*
    * 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)
   {
  
  
  
  1.36      +1 -1      httpd-2.0/server/mpm/winnt/service.c
  
  Index: service.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/service.c,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- service.c	2001/07/27 03:48:11	1.35
  +++ service.c	2001/08/15 21:11:59	1.36
  @@ -1072,7 +1072,7 @@
   
   
   /* 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.