From 4abbb9582f8bc9cc3eecdf6a1af73811a04df65a Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Sun, 29 Mar 2015 20:50:07 +0000
Subject: [PATCH] Fix typos in comments
---
opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/IP.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/IP.java b/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/IP.java
index 3a63b70..7b8dc14 100644
--- a/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/IP.java
+++ b/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/IP.java
@@ -33,7 +33,7 @@
import java.net.InetAddress;
/**
- * This class represents a single ACI's IP bind rule expression. It is possble
+ * This class represents a single ACI's IP bind rule expression. It is possible
* for that expression to contain several IP addresses to evaluate, so the
* class contains a list of classes that can evaluate a remote clients IP
* address for each IP address parsed from the bind rule.
@@ -73,7 +73,7 @@
* IP class the can be used to evaluate remote clients IP addresses.
*
* @param expr The expression string from the ACI IP bind rule.
- * @param type An enmumeration representing the expression type.
+ * @param type An enumeration representing the expression type.
* @return A class that can be used to evaluate remote clients IP
* addresses.
* @throws AciException If there is a parsing error.
--
Gitblit v1.10.0