From: Magdalena Schreter Date: Wed, 9 Mar 2022 18:29:30 +0000 (+0100) Subject: fix typo in MatrixFree assert X-Git-Tag: v9.4.0-rc1~387^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1048920334ba960954f664ee5b1e4e42b3eaca73;p=dealii.git fix typo in MatrixFree assert --- diff --git a/include/deal.II/matrix_free/matrix_free.templates.h b/include/deal.II/matrix_free/matrix_free.templates.h index 15da51cd2e..4e9490d0fa 100644 --- a/include/deal.II/matrix_free/matrix_free.templates.h +++ b/include/deal.II/matrix_free/matrix_free.templates.h @@ -444,7 +444,7 @@ MatrixFree::internal_reinit( Assert( constraint->is_closed(task_info.communicator), ExcMessage( - "You have proveded a non-empty AffineConstraint object that has not " + "You have provided a non-empty AffineConstraints object that has not " "been closed. Please call AffineConstraints::close() before " "calling MatrixFree::reinit()!")); #endif