diff --git a/dune/fufem/test/dunepythontest.cc b/dune/fufem/test/dunepythontest.cc index c2e0947238092382dd06bdd8133bccd58964f5d6..bdb444c535e686e9e27bb30a166b8c1b709c348b 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();