From ae519060a59aabe0b558b00de4d873580e0b3b6a Mon Sep 17 00:00:00 2001 From: Stefano Zampini Date: Mon, 16 Jan 2023 11:27:07 +0300 Subject: [PATCH] Update include/deal.II/lac/petsc_matrix_base.h Co-authored-by: Wolfgang Bangerth --- include/deal.II/lac/petsc_matrix_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/lac/petsc_matrix_base.h b/include/deal.II/lac/petsc_matrix_base.h index 366d4172ee..e91c82ffa1 100644 --- a/include/deal.II/lac/petsc_matrix_base.h +++ b/include/deal.II/lac/petsc_matrix_base.h @@ -345,7 +345,7 @@ namespace PETScWrappers virtual ~MatrixBase() override; /** - * This method assignes the PETSc Mat to the instance of the class. + * This method assigns the PETSc Mat to the instance of the class. * */ void -- 2.39.5