From 08799aebce728ad5af4e4dd20d09e8dca1b5a176 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Sat, 1 Oct 2011 19:00:45 +0000
Subject: [PATCH] fix typo in a comment

[[Imported from SVN: r1499]]
---
 dune/istl/basearray.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/istl/basearray.hh b/dune/istl/basearray.hh
index 72fc35fbb..de9b0c071 100644
--- a/dune/istl/basearray.hh
+++ b/dune/istl/basearray.hh
@@ -30,7 +30,7 @@ namespace Dune {
            copy constuctor, assignment and destructor are all default.
 
            The constructor is made protected to emphasize that objects
-       are only usably in derived classes.
+       are only usable in derived classes.
 
            Error checking: no error checking is provided normally.
            Setting the compile time switch DUNE_ISTL_WITH_CHECKING
-- 
GitLab