say "beginning of DNS packet", not "begin of DNS packet"

This commit is contained in:
Andreas Gustafsson
2000-10-16 20:38:30 +00:00
parent 3aa5ecb8f7
commit 27dd1d31f7

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dighost.c,v 1.145 2000/10/13 22:55:50 bwelling Exp $ */
/* $Id: dighost.c,v 1.146 2000/10/16 20:38:30 gson Exp $ */
/*
* Notice to programmers: Do not use this code as an example of how to
@@ -2183,7 +2183,7 @@ recv_done(isc_task_t *task, isc_event_t *event) {
INSIST(!free_now);
if (show_packets)
puts(";; begin of DNS packet");
puts(";; beginning of DNS packet");
debug("recv_done()");
LOCK_LOOKUP;