Skip to content
Snippets Groups Projects
Commit 819f6ed4 authored by Oliver Sander's avatar Oliver Sander
Browse files

spelling

[[Imported from SVN: r5718]]
parent d52ea868
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment