]> git.sur5r.net Git - openldap/commitdiff
even better wording (according to RFC2849)
authorPierangelo Masarati <ando@openldap.org>
Sun, 20 Nov 2005 22:31:07 +0000 (22:31 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 20 Nov 2005 22:31:07 +0000 (22:31 +0000)
clients/tools/ldapmodify.c

index e1c3d1abe778e0d8997681d67b491a373ae5d8ac..f87742f70301e3e253c0a16761aa816bac96d396 100644 (file)
@@ -648,7 +648,7 @@ process_ldif_rec( char *rbuf, int count )
                        rc = LDAP_PARAM_ERROR;
                } else {
                        if ( new_entry && strcasecmp( type, T_DN_STR ) == 0 ) {
-                               fprintf( stderr, _("%s: attributeType \"%s\":"
+                               fprintf( stderr, _("%s: attributeDescription \"%s\":"
                                        " (possible missing newline"
                                                " after line %d of entry \"%s\"?)\n"),
                                        prog, type, linenum - 1, dn );