[mlpack-git] master: fix typo (3f70a3d)

gitdub at mlpack.org gitdub at mlpack.org
Sat Jun 18 22:29:28 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/a0b31abe5ff69117645c664dbeac1476dd5e48f7...2da9c5bac14a00145c757b8139c245913b86e034

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

commit 3f70a3d72378db21a8210bb84679ce371af6ace1
Author: Keon Kim <kwk236 at gmail.com>
Date:   Sun Jun 19 11:29:28 2016 +0900

    fix typo


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

3f70a3d72378db21a8210bb84679ce371af6ace1
 src/mlpack/methods/preprocess/preprocess_binarize_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/preprocess/preprocess_binarize_main.cpp b/src/mlpack/methods/preprocess/preprocess_binarize_main.cpp
index 118fe7c..433802a 100644
--- a/src/mlpack/methods/preprocess/preprocess_binarize_main.cpp
+++ b/src/mlpack/methods/preprocess/preprocess_binarize_main.cpp
@@ -56,7 +56,7 @@ int main(int argc, char** argv)
         << "binarize on every dimensions." << endl;
 
   if (!CLI::HasParam("threshold"))
-    Log::Warn << "You did not specify --threshold, so the threhold "
+    Log::Warn << "You did not specify --threshold, so the threshold "
         << "will be automatically set to '0.0'." << endl;
 
   if (!CLI::HasParam("output_file"))




More information about the mlpack-git mailing list