From ae8e5b48e7206993d22f06953b0dce5bb70decc0 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Wed, 26 Aug 2009 05:17:40 +0200 Subject: s4: Fix typo --- source4/lib/ldb/modules/asq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c index 271cf52625..0819f7f559 100644 --- a/source4/lib/ldb/modules/asq.c +++ b/source4/lib/ldb/modules/asq.c @@ -26,8 +26,8 @@ * * Component: ldb attribute scoped query control module * - * Description: this module searches all the the objects pointed - * by the DNs contained in the references attribute + * Description: this module searches all the objects pointed by + * the DNs contained in the references attribute * * Author: Simo Sorce */ -- cgit