Skip to content
Snippets Groups Projects
Commit c61114a4 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent bbc2dfa1
Branches
Tags
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment