From 144badb95c4d2066d1d2cfe763249b406465f85f Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 12 Feb 2013 21:07:21 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@28342 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/full_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/full_matrix.h b/deal.II/include/deal.II/lac/full_matrix.h index 6fab9285d2..5ff87144f3 100644 --- a/deal.II/include/deal.II/lac/full_matrix.h +++ b/deal.II/include/deal.II/lac/full_matrix.h @@ -440,7 +440,7 @@ public: /** * Copy the elements of the current matrix object into a specified - * set of rows and columns of another matrix. This thus a scatter operation. + * set of rows and columns of another matrix. Thus, this is a scatter operation. * * @param row_index_set The rows of @p matrix into which to write. * @param column_index_set The columns of @p matrix into which to write. -- 2.39.5