Author: tn Date: Sun Dec 8 18:23:09 2013 New Revision: 1549093 URL: http://svn.apache.org/r1549093 Log: Fix typo.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/RandomKey.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/RandomKey.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/RandomKey.java?rev=1549093&r1=1549092&r2=1549093&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/RandomKey.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/genetics/RandomKey.java Sun Dec 8 18:23:09 2013 @@ -60,7 +60,7 @@ public abstract class RandomKey<T> exten private final List<Double> sortedRepresentation; /** - * Base sequence [0,1,...,n-1], permuted accorting to the representation (unmodifiable). + * Base sequence [0,1,...,n-1], permuted according to the representation (unmodifiable). */ private final List<Integer> baseSeqPermutation;