fixed typos

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@619822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-02-08 10:08:59 +00:00
parent b2d1f32440
commit b256ebda96
1 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public class Variance extends AbstractStorelessUnivariateStatistic implements Se
/**
* Constructs a Variance based on an external second moment.
*
* @param m2 the SecondMoment (Thrid or Fourth moments work
* @param m2 the SecondMoment (Third or Fourth moments work
* here as well.)
*/
public Variance(final SecondMoment m2) {
@ -122,7 +122,7 @@ public class Variance extends AbstractStorelessUnivariateStatistic implements Se
*
* @param isBiasCorrected setting for bias correction - true means
* bias will be corrected
* @param m2 the SecondMoment (Thrid or Fourth moments work
* @param m2 the SecondMoment (Third or Fourth moments work
* here as well.)
*/
public Variance(boolean isBiasCorrected, SecondMoment m2) {