gregames    2002/06/03 12:29:56

  Modified:    specweb99/specweb99-2.0 mod_specweb99.c
  Log:
  correct some spelling errors in comments
  
  Revision  Changes    Path
  1.4       +3 -3      httpd-test/specweb99/specweb99-2.0/mod_specweb99.c
  
  Index: mod_specweb99.c
  ===================================================================
  RCS file: /home/cvs/httpd-test/specweb99/specweb99-2.0/mod_specweb99.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_specweb99.c   3 Jun 2002 18:05:50 -0000       1.3
  +++ mod_specweb99.c   3 Jun 2002 19:29:56 -0000       1.4
  @@ -590,7 +590,7 @@
                 __TIME__);
   
       ap_log_error(APLOG_MARK, APLOG_INFO | APLOG_NOERRNO, 0, s, "%s",
  -         "$Id: mod_specweb99.c,v 1.3 2002/06/03 18:05:50 gregames Exp $");
  +         "$Id: mod_specweb99.c,v 1.4 2002/06/03 19:29:56 gregames Exp $");
   
       return 0;
   }                            /* specweb99_module_init */
  @@ -669,10 +669,10 @@
         * We are sleeping at least one second - to make sure that any
         * fstat() on mtime will actually yield different values - no matter
         * how closely spaced the Reset's are issued. (in particular the
  -      * spacing between the test reset form the manager and the reset at
  +      * spacing between the test reset from the manager and the reset at
         * the commencing - which normally can be within a second - thus
  -      * having identical mtime's on platforms with second granuaarity
  -      * (Solaris,Lnux).
  +      * having identical mtime's on platforms with second granularity
  +      * (Solaris,Linux).
         */
        apr_sleep(2 * APR_USEC_PER_SEC);
   
  
  
  

Reply via email to