From: David Wells Date: Sat, 9 May 2015 20:57:10 +0000 (-0400) Subject: Fix two (related) typos. X-Git-Tag: v8.3.0-rc1~161^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fec338ffec1f945754d8fea995f4be9798a85ca8;p=dealii.git Fix two (related) typos. --- diff --git a/include/deal.II/base/symmetric_tensor.h b/include/deal.II/base/symmetric_tensor.h index 8786247ead..669239b3f4 100644 --- a/include/deal.II/base/symmetric_tensor.h +++ b/include/deal.II/base/symmetric_tensor.h @@ -641,11 +641,11 @@ public: * present object and the indices of the argument, and the result is a * tensor of rank 2. * - * Note that the multiplication operator for symmetrict tensors is defined + * Note that the multiplication operator for symmetric tensors is defined * to be a double contraction over two indices, while it is defined as a * single contraction over only one index for regular Tensor * objects. For symmetric tensors it therefore acts in a way that is - * commonly denoted by a "colon multiplication" in the mathematica + * commonly denoted by a "colon multiplication" in the mathematical * literature. * * There are global functions double_contract that do the same work