From 8c7781fb242f3f1704a1a09d00e007536044e8ab Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 11 Mar 2010 16:17:45 +0000 Subject: [PATCH] spelling fix git-svn-id: file:///svn/unbound/trunk@2029 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 1 + validator/validator.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index 7c2bbf899..c5d661115 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -7,6 +7,7 @@ - Fix daemonize on Solaris 10, it did not detach from terminal. - tag 1.4.3 created. - trunk is 1.4.4 in development. + - spelling fix in validation error involving cnames. 10 March 2010: Wouter - --enable-alloc-lite works with test set. diff --git a/validator/validator.c b/validator/validator.c index 5ea3ec176..5f26f6511 100644 --- a/validator/validator.c +++ b/validator/validator.c @@ -2455,7 +2455,7 @@ ds_response_to_ke(struct module_qstate* qstate, struct val_qstate* vq, } else { verbose(VERB_QUERY, "Encountered an unhandled type of " "DS response, thus bogus."); - errinf(qstate, "no DS and "); + errinf(qstate, "no DS and"); if(FLAGS_GET_RCODE(msg->rep->flags) != LDNS_RCODE_NOERROR) { char* rc = ldns_pkt_rcode2str( FLAGS_GET_RCODE(msg->rep->flags)); -- 2.47.2