From: tcclevenger Date: Fri, 7 Sep 2018 20:26:06 +0000 (-0400) Subject: small typo X-Git-Tag: v9.1.0-rc1~738^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e3e8f21dc8ded495194879809659eaa86006c1;p=dealii.git small typo --- diff --git a/include/deal.II/lac/affine_constraints.h b/include/deal.II/lac/affine_constraints.h index 798b6f2cc3..b7b4cb1020 100644 --- a/include/deal.II/lac/affine_constraints.h +++ b/include/deal.II/lac/affine_constraints.h @@ -1164,7 +1164,7 @@ public: * Given a vector, set all constrained degrees of freedom to values so * that the constraints are satisfied. For example, if the current object * stores the constraint $x_3=\frac 12 x_1 + \frac 12 x_2$, then this - * function will read the values of $x_1$ and $x_1$ from the given vector + * function will read the values of $x_1$ and $x_2$ from the given vector * and set the element $x_3$ according to this constraints. Similarly, if * the current object stores the constraint $x_{42}=208$, then this * function will set the 42nd element of the given vector to 208.