From 819f6ed48ae7f101c0fe601a6b776f236682fed3 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Fri, 20 Nov 2009 15:33:53 +0000
Subject: [PATCH] spelling

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

diff --git a/dune/common/misc.hh b/dune/common/misc.hh
index 5a417c614..fc8772a16 100644
--- a/dune/common/misc.hh
+++ b/dune/common/misc.hh
@@ -128,7 +128,7 @@ namespace Dune {
     case 10 : { std::sprintf(cp, "%010d", ntime); break; }
     default :
     {
-      DUNE_THROW(Exception, "Couldn't gernerate filename with precision = "<<precision);
+      DUNE_THROW(Exception, "Couldn't generate filename with precision = "<<precision);
     }
     }
     name << cp;
-- 
GitLab