From b03ac2c2a5a4ff5e98b8483d1d6ced29dd1fa29e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Sat, 20 Sep 2008 18:43:30 +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, -- 2.39.5