From fec338ffec1f945754d8fea995f4be9798a85ca8 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 9 May 2015 16:57:10 -0400 Subject: [PATCH] Fix two (related) typos. --- include/deal.II/base/symmetric_tensor.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5