From 3bb682a511af7ec9b9f2685a2618fad612f103b3 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Wed, 16 May 2012 12:32:02 +0000
Subject: [PATCH] Typo

---
 opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java
index ab91f5f..10f9811 100644
--- a/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java
+++ b/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/requests/BindRequest.java
@@ -83,7 +83,7 @@
 
     /**
      * Returns the name of the Directory object that the client wishes to bind
-     * as. The name may be empty (but never {@code null}) when used for of
+     * as. The name may be empty (but never {@code null}) when used for
      * anonymous binds, or when using SASL authentication. The server shall not
      * dereference any aliases in locating the named object.
      * <p>

--
Gitblit v1.10.0