From: Pierangelo Masarati Date: Sat, 20 Sep 2008 18:43:30 +0000 (+0000) Subject: fix typo X-Git-Tag: ACLCHECK_0~1319 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b03ac2c2a5a4ff5e98b8483d1d6ced29dd1fa29e;p=openldap fix typo --- 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,