trawick     2004/08/23 14:41:12

  Modified:    ldap     apr_ldap_init.c
  Log:
  fix typo in log message
  
  Revision  Changes    Path
  1.8       +1 -1      apr-util/ldap/apr_ldap_init.c
  
  Index: apr_ldap_init.c
  ===================================================================
  RCS file: /home/cvs/apr-util/ldap/apr_ldap_init.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- apr_ldap_init.c   23 Aug 2004 16:44:39 -0000      1.7
  +++ apr_ldap_init.c   23 Aug 2004 21:41:12 -0000      1.8
  @@ -87,7 +87,7 @@
                       ldapssl_client_deinit();
                       result->reason = apr_psprintf (pool, 
                                                      "LDAP: Invalid 
certificate or path: "
  -                                                   "Could not add trushted 
cert %s", 
  +                                                   "Could not add trusted 
cert %s", 
                                                      cert_auth_file);
                   }
               }
  
  
  

Reply via email to