From: Kurt Zeilenga Date: Sun, 27 Oct 2002 00:41:52 +0000 (+0000) Subject: Fix typo X-Git-Tag: NO_SLAP_OP_BLOCKS~832 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=886f60f8223d51e6a3b5fe0bf199e335b6eae86e;p=openldap Fix typo --- diff --git a/servers/slapd/schema_check.c b/servers/slapd/schema_check.c index 4aead7c4aa..31c16e2f2d 100644 --- a/servers/slapd/schema_check.c +++ b/servers/slapd/schema_check.c @@ -737,7 +737,7 @@ int structural_class( } if( sc == NULL ) { - *text = "no structural object classes provided"; + *text = "no structural object class provided"; return LDAP_OBJECT_CLASS_VIOLATION; }