From 74c807fcc5a02a5a5b0ea06ddf2bc65e85938716 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 23 Dec 1997 06:38:36 +0000 Subject: architecture.doc: Re-added since I lost it (sorry Dan :-). nmbd.c nmbd_responserecordsdb.c: Spelling mistake fixes. Jeremy. (This used to be commit f5dfc8913bcce71f14b59c5ed8415b0f54b58e6c) --- source3/nmbd/nmbd.c | 2 +- source3/nmbd/nmbd_responserecordsdb.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 86f01d8e79..de83c0f67e 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -384,7 +384,7 @@ static void process(void) initiate_wins_processing(t); /* - * Go through the repsonse record queue and time out or re-transmit + * Go through the response record queue and time out or re-transmit * and expired entries. * (nmbd_packets.c) */ diff --git a/source3/nmbd/nmbd_responserecordsdb.c b/source3/nmbd/nmbd_responserecordsdb.c index bc0c0745f5..031853271b 100644 --- a/source3/nmbd/nmbd_responserecordsdb.c +++ b/source3/nmbd/nmbd_responserecordsdb.c @@ -229,7 +229,7 @@ never happen !\n", remote_broadcast_subnet->subnet_name)); return rrec; } - DEBUG(0,("find_response_record: repsonse packet id %hu received with no \ + DEBUG(0,("find_response_record: response packet id %hu received with no \ matching record.\n", id)); *ppsubrec = NULL; -- cgit