From 24d9c4f9b4315a26c311370c4fbd9d34d296e0e8 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Wed, 26 Jun 2013 12:31:51 +0000
Subject: [PATCH] Minor editing in comments.

---
 opends/src/server/org/opends/server/loggers/LogCategory.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/loggers/LogCategory.java b/opends/src/server/org/opends/server/loggers/LogCategory.java
index e4625a3..2cc90ce 100644
--- a/opends/src/server/org/opends/server/loggers/LogCategory.java
+++ b/opends/src/server/org/opends/server/loggers/LogCategory.java
@@ -23,6 +23,7 @@
  *
  *
  *      Copyright 2006-2008 Sun Microsystems, Inc.
+ *      Portions Copyright 2013 ForgeRock AS.
  */
 package org.opends.server.loggers;
 
@@ -45,7 +46,7 @@
   /**
    * Create a named type.
    * <p>
-   * Note that this constructor is "protected" to allow subclassing.
+   * Note that this constructor is "protected" to allow sub-classing.
    *
    * @param name  the name of the category, for example "MESSAGE".
    */
@@ -68,7 +69,7 @@
   }
 
   /**
-   * Retrieves the string reprentation of this log category.
+   * Retrieves the string representation of this log category.
    *
    * @return the non-localized name of the LogCategory, for example "ENTRY".
    */

--
Gitblit v1.10.0