From 5cdc5834809e2ab7a84fcac7c4563805f7b7173b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 25 Jan 2018 14:07:53 +0100 Subject: [PATCH] nmbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/nmbd/nmbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index 9be708a9c029..73a3b8bf960c 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) */ -- 2.34.1