[mlpack-git] master: Minor misspelling fix. (baf438b)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Sat Aug 29 08:23:17 EDT 2015


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

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/ea45ace1ff744390a4c35183528eda881eda5c61...fd336238de224ed72fc23b84e1e2f02ae3c879d6

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

commit baf438bd8d4e8b7c3c3817f03c45ac30cb8165d5
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Tue Aug 18 10:05:56 2015 +0200

    Minor misspelling fix.


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

baf438bd8d4e8b7c3c3817f03c45ac30cb8165d5
 src/mlpack/core/tree/rectangle_tree.hpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/mlpack/core/tree/rectangle_tree.hpp b/src/mlpack/core/tree/rectangle_tree.hpp
index 564d6ed..0415137 100644
--- a/src/mlpack/core/tree/rectangle_tree.hpp
+++ b/src/mlpack/core/tree/rectangle_tree.hpp
@@ -2,13 +2,13 @@
  * @file rectangle_tree.hpp
  * @author Andrew Wells
  *
- * Include all the necessary filse to use the Rectangle Type Trees (RTree, RStarTree, XTree,
- * and HilbertRTree.)
+ * Include all the necessary files to use the Rectangle Type Trees (RTree,
+ * RStarTree, XTree, and HilbertRTree).
  */
 #ifndef __MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
 #define __MLPACK_CORE_TREE_RECTANGLE_TREE_HPP
 
-/* we include bounds.hpp since it gives us the necessary files.
+/* We include bounds.hpp since it gives us the necessary files.
  * However, we will not use the "ballbounds" option.
  */
 #include "bounds.hpp"



More information about the mlpack-git mailing list