From f0c54937dbde209b95ad4dced0c903a088a563b5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 Apr 2019 14:34:40 -0600 Subject: [PATCH] Fix a misspelled word. --- include/deal.II/multigrid/mg_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/multigrid/mg_matrix.h b/include/deal.II/multigrid/mg_matrix.h index 2463e3ca39..59fcf3a9c4 100644 --- a/include/deal.II/multigrid/mg_matrix.h +++ b/include/deal.II/multigrid/mg_matrix.h @@ -35,8 +35,8 @@ namespace mg { /** * Multilevel matrix. This matrix stores an MGLevelObject of - * LinearOpetors. It implements the interface defined in MGMatrixBase, so - * that it can be used as a matrix in Multigrid. + * LinearOperator objects. It implements the interface defined in + * MGMatrixBase, so that it can be used as a matrix in Multigrid. * * @author Guido Kanschat * @date 2002, 2010 -- 2.39.5