Repository: commons-rng
Updated Branches:
  refs/heads/master 88776e4fc -> a41fa0c5e


Javadoc (typo).

Thanks to Brent Worden.


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

Branch: refs/heads/master
Commit: a41fa0c5e2fb3ca391b0f102e6b88945e3b88185
Parents: 88776e4
Author: Gilles <er...@apache.org>
Authored: Mon Aug 29 18:32:46 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Mon Aug 29 18:32:46 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/a41fa0c5/src/main/java/org/apache/commons/rng/RandomSource.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/rng/RandomSource.java 
b/src/main/java/org/apache/commons/rng/RandomSource.java
index 18a58c1..c91a6e3 100644
--- a/src/main/java/org/apache/commons/rng/RandomSource.java
+++ b/src/main/java/org/apache/commons/rng/RandomSource.java
@@ -286,7 +286,7 @@ public enum RandomSource {
      * Wraps the internal state of a {@link UniformRandomProvider}.
      * Its purpose is to store all the data needed to recover the same
      * state in order to restart a sequence where it left off.
-     * External code should not to modify the data contained in instances
+     * External code should not try to modify the data contained in instances
      * of this class.
      */
     public static class State {

Reply via email to