summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1997-12-23 06:38:36 +0000
committerJeremy Allison <jra@samba.org>1997-12-23 06:38:36 +0000
commit74c807fcc5a02a5a5b0ea06ddf2bc65e85938716 (patch)
treecfa156205a4d1c1d5a91a9d51e7ba8a9af118a16 /source3/nmbd
parent7a98737d40240d2f9110a1cae96df20c50af98be (diff)
downloadsamba-74c807fcc5a02a5a5b0ea06ddf2bc65e85938716.tar.gz
samba-74c807fcc5a02a5a5b0ea06ddf2bc65e85938716.tar.bz2
samba-74c807fcc5a02a5a5b0ea06ddf2bc65e85938716.zip
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)
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd.c2
-rw-r--r--source3/nmbd/nmbd_responserecordsdb.c2
2 files changed, 2 insertions, 2 deletions
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;