From ddaaa2d38184680e0e2cf8e26eaf4c1b0b8fa8fc Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 30 Oct 2015 12:02:52 +0100 Subject: [PATCH] bug #1101: typo --- Eigen/SparseCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/SparseCore b/Eigen/SparseCore index c2a25f9b5..76966c4c4 100644 --- a/Eigen/SparseCore +++ b/Eigen/SparseCore @@ -21,7 +21,7 @@ /** * \defgroup SparseCore_Module SparseCore module * - * This module provides a sparse matrix representation, and basic associatd matrix manipulations + * This module provides a sparse matrix representation, and basic associated matrix manipulations * and operations. * * See the \ref TutorialSparse "Sparse tutorial"