Author: luc
Date: Sun Jan 13 12:21:20 2008
New Revision: 611631

URL: http://svn.apache.org/viewvc?rev=611631&view=rev
Log:
fixed javadoc typos

Modified:
    
commons/proper/math/trunk/src/java/org/apache/commons/math/random/ValueServer.java

Modified: 
commons/proper/math/trunk/src/java/org/apache/commons/math/random/ValueServer.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/random/ValueServer.java?rev=611631&r1=611630&r2=611631&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/java/org/apache/commons/math/random/ValueServer.java
 (original)
+++ 
commons/proper/math/trunk/src/java/org/apache/commons/math/random/ValueServer.java
 Sun Jan 13 12:21:20 2008
@@ -145,7 +145,7 @@
      * readable by *this at runtime.
      * <p>
      * This method must be called before using <code>getNext()</code>
-     * with <code>mode = DISGEST_MODE</code>
+     * with <code>mode = DIGEST_MODE</code>
      *
      * @throws IOException if an I/O error occurs reading the input file
      */
@@ -162,7 +162,7 @@
      * readable by *this at runtime.
      * <p>
      * This method must be called before using <code>getNext()</code>
-     * with <code>mode = DISGEST_MODE</code>
+     * with <code>mode = DIGEST_MODE</code>
      *
      * @param binCount the number of bins used in computing the empirical
      * distribution


Reply via email to