From c044e930d34cd8539ced485f1ed8ead91279c3be Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 13 Mar 2013 13:33:58 +0100 Subject: [PATCH] smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Michael Adam Autobuild-User(master): Michael Adam Autobuild-Date(master): Thu Mar 14 14:46:02 CET 2013 on sn-devel-104 --- 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 803e2d913e3..eaf51e76481 100644 --- a/source3/smbd/notify_internal.c +++ b/source3/smbd/notify_internal.c @@ -84,7 +84,7 @@ struct notify_context { * operations to db_index to a minimum. This is achieved by * delayed deletion. When a db_notify is initially created, * the db_index record is also created. When more notifies are - * add for a path, then only the db_notify record needs to be + * added for a path, then only the db_notify record needs to be * modified, the db_index record is not touched. When the last * entry from the db_notify record is deleted, the db_index * record is not immediately deleted. Instead, the db_notify -- 2.11.4.GIT