You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/30 15:46:13 UTC

commons-crypto git commit: Javadoc: typo.

Repository: commons-crypto
Updated Branches:
  refs/heads/master 6154eb8e0 -> 6dd209052


Javadoc: typo.

Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/6dd20905
Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/6dd20905
Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/6dd20905

Branch: refs/heads/master
Commit: 6dd20905230ebda745da1ec60c1f6a177c74e47c
Parents: 6154eb8
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Jun 30 08:46:09 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Jun 30 08:46:09 2016 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/commons/crypto/utils/IoUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/6dd20905/src/main/java/org/apache/commons/crypto/utils/IoUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/crypto/utils/IoUtils.java b/src/main/java/org/apache/commons/crypto/utils/IoUtils.java
index 9c74db6..3ad5477 100644
--- a/src/main/java/org/apache/commons/crypto/utils/IoUtils.java
+++ b/src/main/java/org/apache/commons/crypto/utils/IoUtils.java
@@ -28,7 +28,7 @@ import org.apache.commons.crypto.stream.input.Input;
 public final class IoUtils {
 
     /**
-     * Teh private constructor of {@link IoUtils}.
+     * The private constructor of {@link IoUtils}.
      */
     private IoUtils() {
     }