From: Pierangelo Masarati Date: Thu, 17 Apr 2008 20:57:22 +0000 (+0000) Subject: fix typo in error message X-Git-Tag: OPENLDAP_REL_ENG_2_4_9~20^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=49bb4d563357208cfbfa8798f6d6b98130594cd9;p=openldap fix typo in error message --- diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 62f2d704c2..ca0f730980 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -357,7 +357,7 @@ got_soc: } if( xc != NULL ) { - snprintf( textbuf, textlen, "instanstantiation of " + snprintf( textbuf, textlen, "instantiation of " "abstract objectClass '%s' not allowed", aoc->a_vals[i].bv_val );