[mlpack-git] master: Fix minor misspelling. (8704048)

gitdub at mlpack.org gitdub at mlpack.org
Mon Nov 21 10:20:07 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/d7a97df7eaa9fd38ced38fafc6b663266877d9af...8704048463397de8f7f9473e2139ee414a7c279c

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

commit 8704048463397de8f7f9473e2139ee414a7c279c
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Nov 21 10:20:07 2016 -0500

    Fix minor misspelling.


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

8704048463397de8f7f9473e2139ee414a7c279c
 src/mlpack/tests/lsh_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/lsh_test.cpp b/src/mlpack/tests/lsh_test.cpp
index 12254cd..10ee465 100644
--- a/src/mlpack/tests/lsh_test.cpp
+++ b/src/mlpack/tests/lsh_test.cpp
@@ -294,7 +294,7 @@ BOOST_AUTO_TEST_CASE(NumProjTest)
  * the bar very low (recall >= 50%) to make sure that a test fail means bad
  * implementation.
  * Second, a very cheap LSH search, with parameters that should cause recall
- * to be very low. Set the threshhold very high (recall <= 25%) to make sure
+ * to be very low. Set the threshold very high (recall <= 25%) to make sure
  * that a test fail means bad implementation.
  */
 BOOST_AUTO_TEST_CASE(RecallTest)




More information about the mlpack-git mailing list