From c74b5128aaec3a76e7e09b01069e66b5d2f7015c Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Thu, 11 Jul 2013 13:30:04 +0000
Subject: [PATCH] Fixed typo.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java
index 3a4c440..6f55686 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/types/AttributeTypeConstants.java
@@ -31,8 +31,8 @@
 import org.opends.server.schema.OIDSyntax;
 
 /**
- * Holds in-memory constants representing the AttributeTypes. This allow not
- * starting the whole server for simple unit tests.
+ * Holds in-memory constants representing the AttributeTypes. This allows to not
+ * start the whole server for simple unit tests.
  */
 @SuppressWarnings("javadoc")
 public interface AttributeTypeConstants

--
Gitblit v1.10.0