From: Volker Lendecke Date: Thu, 25 Jan 2018 13:07:53 +0000 (+0100) Subject: nmbd: Fix a typo X-Git-Tag: ldb-1.4.0~666 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cdc5834809e2ab7a84fcac7c4563805f7b7173b;p=thirdparty%2Fsamba.git nmbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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) */