From f7b8fc36743a1f14355866982f6b1b5bf4f47774 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 19 May 2011 10:53:17 +0000
Subject: [PATCH] Fix typos.
---
opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java b/opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java
index 04d46d6..c3d7580 100644
--- a/opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java
+++ b/opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java
@@ -98,11 +98,11 @@
/**
- * Attemps to read a character from the current position. The caller must
+ * Attempts to read a character from the current position. The caller must
* ensure that the source string has the data available from the current
* position.
*
- * @return The characted at the current position.
+ * @return The character at the current position.
* @Exception StringIndexOutOfBoundsException if there is no more data
* available to read.
*/
@@ -118,7 +118,7 @@
/**
- * Attemps to read a substring of the specified length from the current
+ * Attempts to read a substring of the specified length from the current
* position. The caller must ensure that the requested length is within the
* bounds i.e. the requested length from the current position should not
* exceed the length of the source string.
--
Gitblit v1.10.0