summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-01-25 14:07:53 +0100
committerJeremy Allison <jra@samba.org>2018-04-11 01:06:39 +0200
commit5cdc5834809e2ab7a84fcac7c4563805f7b7173b (patch)
treeca63be8d3afe5e7559ee5a607dde61dc52ef659e /source3/nmbd
parent10dbd51e2d54c45de103de10c400d7f323c7223e (diff)
downloadsamba-5cdc5834809e2ab7a84fcac7c4563805f7b7173b.tar.gz
nmbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c
index 9be708a9c02..73a3b8bf960 100644
--- a/source3/nmbd/nmbd.c
+++ b/source3/nmbd/nmbd.c
@@ -531,7 +531,7 @@ static void process(struct messaging_context *msg)
* Process all incoming packets
* read above. This calls the success and
* failure functions registered when response
- * packets arrrive, and also deals with request
+ * packets arrive, and also deals with request
* packets from other sources.
* (nmbd_packets.c)
*/