From: Ralf Hartmann Date: Tue, 9 Feb 1999 13:01:20 +0000 (+0000) Subject: fix typo X-Git-Tag: v8.0.0~22485 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de68f4bdb73f1078c9789474c70cce71d3d93a7;p=dealii.git fix typo git-svn-id: https://svn.dealii.org/trunk@772 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/dsmatrix.h b/deal.II/lac/include/lac/dsmatrix.h index 2074960fed..0bba9907d0 100644 --- a/deal.II/lac/include/lac/dsmatrix.h +++ b/deal.II/lac/include/lac/dsmatrix.h @@ -251,7 +251,7 @@ class dSMatrixStruct * readonly. * * Though the return value is declared - * #const#, you shoudl be aware that it + * #const#, you should be aware that it * may change if you call any nonconstant * function of objects which operate on * it.