From 22ee3b472da68e3f1d202ace44e2adaca51211c0 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 27 Nov 2013 10:08:20 +0000 Subject: [PATCH] smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- source3/smbd/notify_internal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/smbd/notify_internal.c b/source3/smbd/notify_internal.c index 2dc86748d94..994608c6666 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -21,7 +21,7 @@ /* this is the change notify database. It implements mechanisms for storing current change notify waiters in a tdb, and checking if a - given event matches any of the stored notify waiiters. + given event matches any of the stored notify waiters. */ #include "includes.h" -- 2.11.4.GIT