summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-11-27 10:08:20 +0000
committerStefan Metzmacher <metze@samba.org>2013-11-27 14:39:10 +0100
commit22ee3b472da68e3f1d202ace44e2adaca51211c0 (patch)
tree52907da91c47f75afeb0b408528979676fe75995 /source3
parent0dc0415f91073b81dc8764dd22e142929b5a38ef (diff)
downloadsamba-22ee3b472da68e3f1d202ace44e2adaca51211c0.tar.gz
samba-22ee3b472da68e3f1d202ace44e2adaca51211c0.tar.xz
samba-22ee3b472da68e3f1d202ace44e2adaca51211c0.zip
smbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/smbd/notify_internal.c2
1 files changed, 1 insertions, 1 deletions
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"