]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Sun, 27 Oct 2002 00:41:52 +0000 (00:41 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 27 Oct 2002 00:41:52 +0000 (00:41 +0000)
servers/slapd/schema_check.c

index 4aead7c4aa923abb965b516a1e44fbb851839c30..31c16e2f2d58747c6c8fe4f70e183de4df065151 100644 (file)
@@ -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;
        }