From 59961f9cc90bd237ff39f9a03b74d032ccf6efd4 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 25 Jan 2018 14:21:22 +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 73a3b8bf960c..7884ff8dd066 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -338,7 +338,7 @@ static void reload_interfaces(time_t t) } } if (n == -1) { - /* oops, an interface has disapeared. This is + /* oops, an interface has disappeared. This is tricky, we don't dare actually free the interface as it could be being used, so instead we just wear the memory leak and -- 2.34.1