diff --git a/Eigen/src/Core/Block.h b/Eigen/src/Core/Block.h index 31cd094db..ae4689a1d 100644 --- a/Eigen/src/Core/Block.h +++ b/Eigen/src/Core/Block.h @@ -87,7 +87,7 @@ template(Index,Index) and * most of the time this is the only way it is used. * - * However, if you want to directly maniputate block expressions, + * However, if you want to directly manipulate block expressions, * for instance if you want to write a function returning such an expression, you * will need to use this class. *