diff options
author | Volker Lendecke <vl@samba.org> | 2013-11-27 10:08:20 +0000 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-11-27 14:39:10 +0100 |
commit | 22ee3b472da68e3f1d202ace44e2adaca51211c0 (patch) | |
tree | 52907da91c47f75afeb0b408528979676fe75995 /source3 | |
parent | 0dc0415f91073b81dc8764dd22e142929b5a38ef (diff) | |
download | samba-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.c | 2 |
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" |