From f24779d4292929e32a82d2c06154907b6829da9d Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Thu, 02 Feb 2012 15:35:10 +0000
Subject: [PATCH] Fix typo in a comment

---
 opends/src/server/org/opends/server/api/Group.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/opends/src/server/org/opends/server/api/Group.java b/opends/src/server/org/opends/server/api/Group.java
index 85c1750..48b5cd5 100644
--- a/opends/src/server/org/opends/server/api/Group.java
+++ b/opends/src/server/org/opends/server/api/Group.java
@@ -23,7 +23,7 @@
  *
  *
  *      Copyright 2006-2010 Sun Microsystems, Inc.
- *      Portions Copyright 2011 ForgeRock AS
+ *      Portions Copyright 2011-2012 ForgeRock AS
  */
 package org.opends.server.api;
 import org.opends.messages.Message;
@@ -312,7 +312,7 @@
    * this group.  Note that this is a point-in-time determination and
    * the caller must not cache the result.  Also note that group
    * implementations that support nesting should use this version of
-   * the method ratehr than the version that does not take a set of
+   * the method rather than the version that does not take a set of
    * DNs when attempting to determine whether a nested group includes
    * the target member.
    *
@@ -367,7 +367,7 @@
    * is a member of this group.  Note that this is a point-in-time
    * determination and the caller must not cache the result.  Also
    * note that group implementations that support nesting should use
-   * this version of the method ratehr than the version that does not
+   * this version of the method rather than the version that does not
    * take a set of DNs when attempting to determine whether a nested
    * group includes the target member.
    *

--
Gitblit v1.10.0