From accae638b233c72b291682c9977dde7fc84b29a1 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Tue, 6 Dec 2011 15:42:05 +0100 Subject: Fixed a typo. --- unsupported/Eigen/src/Splines/SplineFitting.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsupported') diff --git a/unsupported/Eigen/src/Splines/SplineFitting.h b/unsupported/Eigen/src/Splines/SplineFitting.h index 5c7c2e695..195f869b8 100644 --- a/unsupported/Eigen/src/Splines/SplineFitting.h +++ b/unsupported/Eigen/src/Splines/SplineFitting.h @@ -37,7 +37,7 @@ namespace Eigen * \brief Computes knot averages. * \ingroup Splines_Module * - * The knots are computes as + * The knots are computed as * \f{align*} * u_0 & = \hdots = u_p = 0 \\ * u_{m-p} & = \hdots = u_{m} = 1 \\ -- cgit v1.2.3