From: Kurt Zeilenga Date: Tue, 2 Feb 1999 20:38:45 +0000 (+0000) Subject: Fix typo suggested by Heiko W.Rupp in ITS#63 X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~659 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c61114a4ff901af341b72c386d4eeb3366f34b5f;p=openldap Fix typo suggested by Heiko W.Rupp in ITS#63 --- diff --git a/libraries/libldap/getfilter.c b/libraries/libldap/getfilter.c index a33e2ca7ce..5be8726f64 100644 --- a/libraries/libldap/getfilter.c +++ b/libraries/libldap/getfilter.c @@ -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 */