From: David Wells Date: Thu, 16 Jul 2015 13:56:34 +0000 (-0400) Subject: Fix a spelling error in a parameter description. X-Git-Tag: v8.4.0-rc2~679^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a28165b824ac56a89dd028fcad74a1578c736bd5;p=dealii.git Fix a spelling error in a parameter description. This might break something. --- diff --git a/include/deal.II/lac/pointer_matrix.h b/include/deal.II/lac/pointer_matrix.h index 5db2a454a6..708f595e1c 100644 --- a/include/deal.II/lac/pointer_matrix.h +++ b/include/deal.II/lac/pointer_matrix.h @@ -394,7 +394,7 @@ public: * Transposed matrix-vector product, actually the multiplication of the * vector representing this matrix with src(0). * - * The dimension of drc is 1, while that of dst is the + * The dimension of src is 1, while that of dst is the * size of the vector representing this matrix. */ virtual void Tvmult (Vector &dst, diff --git a/source/base/data_out_base.cc b/source/base/data_out_base.cc index e80df9a11c..f7c29cb3d3 100644 --- a/source/base/data_out_base.cc +++ b/source/base/data_out_base.cc @@ -1703,7 +1703,7 @@ namespace DataOutBase "Whether POVRAY should use bicubic patches"); prm.declare_entry ("Include external file", "true", Patterns::Bool (), - "Whether camera and lightling information should " + "Whether camera and lighting information should " "be put into an external file \"data.inc\" or into " "the POVRAY input file"); }