From 92372e469f2817ef4fa576bf670b36fa62cd30fe Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 03 Mar 2014 13:47:04 +0000
Subject: [PATCH] Fixed typo.
---
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/EnumOrderingMatchingRule.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/EnumOrderingMatchingRule.java b/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/EnumOrderingMatchingRule.java
index 5dbe345..0d1b390 100644
--- a/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/EnumOrderingMatchingRule.java
+++ b/opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/EnumOrderingMatchingRule.java
@@ -35,7 +35,7 @@
/**
* This class is the ordering matching rule implementation for an enum syntax
- * implmentation. The ordering is determined by the order of the entries in the
+ * implementation. The ordering is determined by the order of the entries in the
* X-ENUM extension value.
*/
final class EnumOrderingMatchingRule extends AbstractOrderingMatchingRuleImpl {
--
Gitblit v1.10.0