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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 5 11:23:49 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/c872c173626a9457fc4e2387c37b0b3bd324185f...2fbecc5f7ea46c312d4bbf15be3c8bf7dbd53005

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

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

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


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

ca93d4c983dc2bb8843509ed1162750415b36655
 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