Fix typo suggested by Heiko W.Rupp in ITS#63

This commit is contained in:
Kurt Zeilenga 1999-02-02 20:38:45 +00:00
parent bbc2dfa105
commit c61114a4ff

View File

@ -122,7 +122,7 @@ ldap_init_getfilter_buf( char *buf, long buflen )
char error[512];
regerror(rc, &re, error, sizeof(error));
ldap_getfilter_free( lfdp );
fprintf( stderr, "bad regular expresssion %s, %s\n",
fprintf( stderr, "bad regular expression %s, %s\n",
nextflp->lfl_pattern, error );
errno = EINVAL;
#endif /* LDAP_LIBUI */