Author: luc
Date: Fri Jan  4 04:46:21 2008
New Revision: 608819

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

Modified:
    
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java

Modified: 
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java?rev=608819&r1=608818&r2=608819&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java
 (original)
+++ 
commons/proper/math/trunk/src/java/org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.java
 Fri Jan  4 04:46:21 2008
@@ -19,10 +19,10 @@
 /**
  * Implementation of
  * [EMAIL PROTECTED] 
org.apache.commons.math.stat.descriptive.DescriptiveStatistics} that
- * is safe to use in a mulithreaded environment.  Multiple threads can safely
+ * is safe to use in a multithreaded environment.  Multiple threads can safely
  * operate on a single instance without causing runtime exceptions due to race
  * conditions.  In effect, this implementation makes modification and access
- * methods atomic operations for a signle instance.  That is to say, as one
+ * methods atomic operations for a single instance.  That is to say, as one
  * thread is computing a statistic from the instance, no other thread can 
modify
  * the instance nor compute another statistic. 
  *


Reply via email to