]> git.sur5r.net Git - openldap/commitdiff
fix typo in error message
authorPierangelo Masarati <ando@openldap.org>
Thu, 17 Apr 2008 20:57:22 +0000 (20:57 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 17 Apr 2008 20:57:22 +0000 (20:57 +0000)
servers/slapd/schema_check.c

index 62f2d704c219eaabfbe6bf4e54b7ff32742718f9..ca0f7309809a65898ff5afdef63719f80dffe033 100644 (file)
@@ -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 );