From a28165b824ac56a89dd028fcad74a1578c736bd5 Mon Sep 17 00:00:00 2001 From: David Wells Date: Thu, 16 Jul 2015 09:56:34 -0400 Subject: [PATCH] Fix a spelling error in a parameter description. This might break something. --- include/deal.II/lac/pointer_matrix.h | 2 +- source/base/data_out_base.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); } -- 2.39.5