From 1db51a51bc616e94ce2fa842793fbf8956488a57 Mon Sep 17 00:00:00 2001
From: Martin Nolte <mnolte@dune-project.org>
Date: Sat, 3 Oct 2009 13:57:32 +0000
Subject: [PATCH] minor typo

[[Imported from SVN: r5614]]
---
 common/propertymap.hh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/propertymap.hh b/common/propertymap.hh
index 166362cb5..f2346a502 100644
--- a/common/propertymap.hh
+++ b/common/propertymap.hh
@@ -72,7 +72,7 @@ namespace Dune
   {
     typedef T ValueType;
     typedef const ValueType& Reference;
-    typedef std::ptrdiff_t KeyTyoe;
+    typedef std::ptrdiff_t KeyType;
     typedef LvaluePropertyMapTag Category;
   };
 
-- 
GitLab