smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 27 Nov 2013 10:08:20 +0000 (10:08 +0000)
committerStefan Metzmacher <metze@samba.org>
Wed, 27 Nov 2013 13:39:10 +0000 (14:39 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/notify_internal.c

index 2dc86748d949f12d6f5822ba0d26c1498e272771..994608c6666b7f703f64e0200145c977b444c8eb 100644 (file)
@@ -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"