mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
19.53.2011 717c71b728af5fece04c3d10ea425dc759d7f393
Fix typos.
1 files modified
6 ■■■■ changed files
opendj-sdk/opendj3/opendj-sdk/src/main/java/com/sun/opends/sdk/util/SubstringReader.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/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.