stoddard    99/09/24 11:37:18

  Modified:    src/lib/apr/lib apr_getpass.c
  Log:
  Fix a comment
  
  Revision  Changes    Path
  1.6       +1 -1      apache-2.0/src/lib/apr/lib/apr_getpass.c
  
  Index: apr_getpass.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/lib/apr_getpass.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apr_getpass.c     1999/09/10 14:00:45     1.5
  +++ apr_getpass.c     1999/09/24 18:37:09     1.6
  @@ -154,7 +154,7 @@
   #else
   
   /*
  - * Windows lacks getpass().  So we'll re ap_context_t mplement it here.
  + * Windows lacks getpass().  So we'll re-implement it here.
    */
   
   static char *getpass(const char *prompt)
  
  
  

Reply via email to