From: Wolfgang Bangerth Date: Thu, 4 Apr 2019 20:34:40 +0000 (-0600) Subject: Fix a misspelled word. X-Git-Tag: v9.1.0-rc1~220^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c54937dbde209b95ad4dced0c903a088a563b5;p=dealii.git Fix a misspelled word. --- 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