You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fa...@apache.org on 2001/01/18 23:31:45 UTC

cvs commit: apache-1.3/src/modules/standard mod_rewrite.h

fanf        01/01/18 14:31:45

  Modified:    src/modules/standard mod_rewrite.h
  Log:
  fix a coment for consistency
  
  Revision  Changes    Path
  1.78      +1 -1      apache-1.3/src/modules/standard/mod_rewrite.h
  
  Index: mod_rewrite.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_rewrite.h,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -u -r1.77 -r1.78
  --- mod_rewrite.h	2001/01/18 22:28:35	1.77
  +++ mod_rewrite.h	2001/01/18 22:31:44	1.78
  @@ -497,7 +497,7 @@
       /* Lexicographic Comparison */
   static int compare_lexicography(char *cpNum1, char *cpNum2);
   
  -    /* Find end of bracketed expression */
  +    /* Bracketed expression handling */
   static char *find_closing_bracket(char *s, int left, int right);
   static char *find_char_in_brackets(char *s, int c, int left, int right);