diff --git a/servers/slapd/modify.c b/servers/slapd/modify.c index c4e35be7aa..1fae806ddf 100644 --- a/servers/slapd/modify.c +++ b/servers/slapd/modify.c @@ -172,7 +172,7 @@ do_modify( if ( modlist == NULL ) { Debug( LDAP_DEBUG_ANY, "do_modify: no modifications\n", 0, 0, 0 ); send_ldap_error( op, rs, LDAP_PROTOCOL_ERROR, - "empty change secquence in modify operation" ); + "change sequence empty" ); goto cleanup; }