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

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Mon Feb 9 11:18:11 EST 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/830772a08bc287691f22cb729a34f7c75e8237db...38ccfcc3c3f7dc34cc4ebb449d4cda7e8bd6e44b

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

commit 38ccfcc3c3f7dc34cc4ebb449d4cda7e8bd6e44b
Author: Ryan Curtin <ryan at ratml.org>
Date:   Mon Feb 9 11:14:13 2015 -0500

    Fix minor misspelling.


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

38ccfcc3c3f7dc34cc4ebb449d4cda7e8bd6e44b
 doc/tutorials/amf/amf.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/tutorials/amf/amf.txt b/doc/tutorials/amf/amf.txt
index 6b4bf9a..4b4ac92 100644
--- a/doc/tutorials/amf/amf.txt
+++ b/doc/tutorials/amf/amf.txt
@@ -156,7 +156,7 @@ int main()
   mat W, H;
   mat V = randu<mat>(100, 100);
   double residue = Apply(V, W, H);
-  reeturn 1;
+  return 1;
 }
 @endcode
 



More information about the mlpack-git mailing list