From fd074be1a0d9a118aa4b5cd751e843cb91fb3926 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 30 Oct 2015 12:02:52 +0100 Subject: [PATCH] bug #1101: typo (grafted from ddaaa2d38184680e0e2cf8e26eaf4c1b0b8fa8fc ) --- Eigen/SparseCore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/SparseCore b/Eigen/SparseCore index 9b5be5e15..24bcf0156 100644 --- a/Eigen/SparseCore +++ b/Eigen/SparseCore @@ -14,7 +14,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"