From 49bb4d563357208cfbfa8798f6d6b98130594cd9 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Thu, 17 Apr 2008 20:57:22 +0000 Subject: [PATCH] fix typo in error message --- servers/slapd/schema_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5