From f6622144d9ed1e5d56a4b258676d8aac9e275fb4 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 4 Jan 2015 21:35:45 +0100
Subject: [PATCH] Fix typo in a comment

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

diff --git a/dune/istl/bvector.hh b/dune/istl/bvector.hh
index 468b29fb2..1df7f211a 100644
--- a/dune/istl/bvector.hh
+++ b/dune/istl/bvector.hh
@@ -572,7 +572,7 @@ namespace Dune {
           But you can copy objects of this class and of the base class
       with reference semantics.
 
-          Assignment copies the data, if the format is incopmpatible with
+          Assignment copies the data, if the format is incompatible with
       the argument an exception is thrown in debug mode.
 
           Error checking: no error checking is provided normally.
-- 
GitLab