From e8d6ae08c7968759e5c0271e3d1c003dafaef158 Mon Sep 17 00:00:00 2001
From: Quanah Gibson-Mount <quanah@openldap.org>
Date: Sat, 27 Sep 2008 00:33:11 +0000
Subject: [PATCH] fix typo

---
 servers/slapd/sets.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/servers/slapd/sets.c b/servers/slapd/sets.c
index 52f23306ef..e1f61ea6a5 100644
--- a/servers/slapd/sets.c
+++ b/servers/slapd/sets.c
@@ -120,7 +120,7 @@ set_dup( SetCookie *cp, BerVarray set, unsigned flags )
 /* Join two sets according to operator op and flags op_flags.
  * op can be:
  *	'|' (or):	the union between the two sets is returned,
- *		 	eliminating diplicates
+ *		 	eliminating duplicates
  *	'&' (and):	the intersection between the two sets
  *			is returned
  *	'+' (add):	the inner product of the two sets is returned,
-- 
GitLab