]> git.sur5r.net Git - openldap/commitdiff
fix typo
authorPierangelo Masarati <ando@openldap.org>
Sat, 20 Sep 2008 18:43:30 +0000 (18:43 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 20 Sep 2008 18:43:30 +0000 (18:43 +0000)
servers/slapd/sets.c

index 52f23306eff96c8852a1c72b388b59875410b1b3..e1f61ea6a59674421bc76c12927879eee20fc58d 100644 (file)
@@ -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,