summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-08-26 05:17:40 +0200
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-09-06 12:30:37 +0200
commitae8e5b48e7206993d22f06953b0dce5bb70decc0 (patch)
treee7bedf55a12b82823d646a60a67a15188ca139ad
parent89d40419d5c38364e7e88c873c1f83f270357756 (diff)
downloadsamba-ae8e5b48e7206993d22f06953b0dce5bb70decc0.tar.gz
samba-ae8e5b48e7206993d22f06953b0dce5bb70decc0.tar.bz2
samba-ae8e5b48e7206993d22f06953b0dce5bb70decc0.zip
s4: Fix typo
-rw-r--r--source4/lib/ldb/modules/asq.c4
1 files 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
*/