From 83359ceaa7d15a5ce869a836a77b65b529336c3c Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 26 Jun 2013 12:32:28 +0000
Subject: [PATCH] Fix typos in comments

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

diff --git a/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java b/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java
index bc3275d..3b77dd1 100644
--- a/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java
+++ b/opends/src/server/org/opends/server/core/SubentryPasswordPolicy.java
@@ -23,7 +23,7 @@
  *
  *
  *      Copyright 2010 Sun Microsystems, Inc.
- *      Portions copyright 2011-2012 ForgeRock AS.
+ *      Portions copyright 2011-2013 ForgeRock AS.
  */
 
 package org.opends.server.core;
@@ -54,7 +54,7 @@
  * policies as OpenDJ password policies it performs a mapping of Draft defined
  * attributes to OpenDJ implementation specific attributes. Any missing
  * attributes are inherited from server default password policy. This class is
- * also reponsible for any Draft attributes validation ie making sure that
+ * also responsible for any Draft attributes validation ie making sure that
  * provided values are acceptable and within the predefined range.
  */
 public final class SubentryPasswordPolicy extends PasswordPolicy
@@ -539,7 +539,7 @@
 
 
   /**
-   * Helper method to retieve an attribute value from given entry.
+   * Helper method to retrieve an attribute value from given entry.
    *
    * @param entry
    *          the entry to retrieve an attribute value from.

--
Gitblit v1.10.0