Skip to content

Commit

Permalink
fix typo -> distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Jul 5, 2012
1 parent 7e96849 commit b20223c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/statistics/TwoSampleTestStatistic.cpp
Expand Up @@ -104,7 +104,7 @@ float64_t CTwoSampleTestStatistic::compute_p_value(float64_t statistic)
else
{
SG_ERROR("%s::compute_p_value(): Unknown method to approximate null-"
"distirbution!\n", get_name());
"distribution!\n", get_name());
}

return result;
Expand Down

0 comments on commit b20223c

Please sign in to comment.