Fix typos.

This commit is contained in:
Kurt Zeilenga 1999-04-30 21:32:12 +00:00
parent 43a27fcc23
commit a42cf36dd2
2 changed files with 2 additions and 2 deletions

View File

@ -1126,7 +1126,7 @@ dnl #ifdef LDAP_R_COMPILE
dnl # include LDAP_R_COMPILE
dnl #endif
dnl
dnl LDAP_R_COMIPLE is defined by libldap_r/Makefile.in
dnl LDAP_R_COMPILE is defined by libldap_r/Makefile.in
dnl specifically for compiling the threadsafe version of
dnl the ldap library (-lldap_r).
dnl

View File

@ -210,7 +210,7 @@ main( int argc, char **argv )
break;
#endif
#if defined(HAVE_SETUID) && defined(HAVE_GETUID)
#if defined(HAVE_SETUID) && defined(HAVE_SETGID)
case 'u': /* user name */
if( username ) free(username);
username = ch_strdup( optarg );