From 148325b3acfaf7d0aa9140b0b360482e14089009 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <burchardt@igpm.rwth-aachen.de>
Date: Fri, 17 Jul 2015 23:06:30 +0200
Subject: [PATCH] Fix typo in documentation.

---
 dune/common/dotproduct.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/common/dotproduct.hh b/dune/common/dotproduct.hh
index 544892973..118928af8 100644
--- a/dune/common/dotproduct.hh
+++ b/dune/common/dotproduct.hh
@@ -13,7 +13,7 @@ namespace Dune {
    * @brief  Provides the functions dot(a,b) := \f$a^H \cdot b \f$ and dotT(a,b) := \f$a^T \cdot b \f$
    *
    * The provided dot products dot,dotT are used to compute (indefinite) dot products for fundamental types as well as DUNE vector types, such as DenseVector, FieldVector, ISTLVector.
-   * Note that the definition of dot(a,b) conjugates the first argument. This agrees with the behvaior of Matlab and Petsc, but noch with BLAS.
+   * Note that the definition of dot(a,b) conjugates the first argument. This agrees with the behaviour of Matlab and Petsc, but not with BLAS.
    * @author Jö Fahlke, Matthias Wohlmuth
    */
 
-- 
GitLab