1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

smbd: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Volker Lendecke 2013-11-27 10:08:20 +00:00 committed by Stefan Metzmacher
parent 0dc0415f91
commit 22ee3b472d

View 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"