From c4d488f35c42eaff46050b91c3076fdfcd9f946f Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sat, 31 Jan 2015 19:32:48 +0100
Subject: [PATCH] Fix typo in a comment

---
 dune/fufem/test/dunepythontest.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dune/fufem/test/dunepythontest.cc b/dune/fufem/test/dunepythontest.cc
index c2e09472..bdb444c5 100644
--- a/dune/fufem/test/dunepythontest.cc
+++ b/dune/fufem/test/dunepythontest.cc
@@ -22,7 +22,7 @@ int main(int argc, char** argv) try
     Python::start();
 
 
-    // You will normally want to exucute code in the context of the main
+    // You will normally want to execute code in the context of the main
     // module denoted __main__ inside of python.  For using other modules
     // see below.
     auto pyMain = Python::main();
-- 
GitLab