[mlpack-git] master: Trivial spelling fix (why am I even bothering?). (f529c50)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 22:17:52 EST 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/904762495c039e345beba14c1142fd719b3bd50e...f94823c800ad6f7266995c700b1b630d5ffdcf40

>---------------------------------------------------------------

commit f529c5036ca6962b01b87a693c28dc428fef045c
Author: Ryan Curtin <ryan at ratml.org>
Date:   Thu Mar 5 10:56:08 2015 -0500

    Trivial spelling fix (why am I even bothering?).


>---------------------------------------------------------------

f529c5036ca6962b01b87a693c28dc428fef045c
 src/mlpack/tests/softmax_regression_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/softmax_regression_test.cpp b/src/mlpack/tests/softmax_regression_test.cpp
index 01b0eae..8e14c51 100644
--- a/src/mlpack/tests/softmax_regression_test.cpp
+++ b/src/mlpack/tests/softmax_regression_test.cpp
@@ -218,7 +218,7 @@ BOOST_AUTO_TEST_CASE(SoftmaxRegressionTwoClasses)
 BOOST_AUTO_TEST_CASE(SoftmaxRegressionFitIntercept)
 {
   // Generate a two-Gaussian dataset,
-  // which can't be seperated without adding the intercept term.
+  // which can't be separated without adding the intercept term.
   GaussianDistribution g1(arma::vec("1.0 1.0 1.0"), arma::eye<arma::mat>(3, 3));
   GaussianDistribution g2(arma::vec("9.0 9.0 9.0"), arma::eye<arma::mat>(3, 3));
 



More information about the mlpack-git mailing list