From: Quanah Gibson-Mount Date: Sat, 27 Sep 2008 00:33:11 +0000 (+0000) Subject: fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_12~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e8d6ae08c7968759e5c0271e3d1c003dafaef158;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,