From 532645fe682a82711ef8d47ac71d4745c5a403c8 Mon Sep 17 00:00:00 2001 From: Sangyeon Kim Date: Sat, 23 May 2020 19:32:10 -0700 Subject: [PATCH] Fixed the minor typo --- src/mlpack/methods/ann/dists/normal_distribution.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/methods/ann/dists/normal_distribution.hpp b/src/mlpack/methods/ann/dists/normal_distribution.hpp index 0641293897..ced76ed372 100644 --- a/src/mlpack/methods/ann/dists/normal_distribution.hpp +++ b/src/mlpack/methods/ann/dists/normal_distribution.hpp @@ -23,7 +23,7 @@ namespace ann /** Artificial Neural Network. */ { * Implementation of the Normal Distribution function. * * Normal distribution is a function which accepts a mean and a standard deviation - * term and creates a probablity distribution out of it. + * term and creates a probability distribution out of it. * * @tparam DataType Type of the input data. (arma::colvec, arma::mat, * arma::sp_mat or arma::cube).