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

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


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

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

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

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

    Fix minor misspelling.


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

d398b95c597b3d0cc9522cfa7d0529f4df5c7cf6
 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