@@ -162,7 +162,7 @@ |
||
| 162 | 162 | |
| 163 | 163 | if (!is_int($mean) && !is_float($mean)) |
| 164 | 164 | { |
| 165 | - throw new StatisticsError('This function requires the second arguement to be an integer or a float'); |
|
| 165 | + throw new StatisticsError('This function requires the second arguement to be an integer or a float'); |
|
| 166 | 166 | } |
| 167 | 167 | |
| 168 | 168 | return pow($value - $mean, 2); |