diff --git a/src/musredit_qt5/mupp/mupp.cpp b/src/musredit_qt5/mupp/mupp.cpp index dd22d95d..305fc950 100644 --- a/src/musredit_qt5/mupp/mupp.cpp +++ b/src/musredit_qt5/mupp/mupp.cpp @@ -73,7 +73,7 @@ void mupp_script_syntax() std::cout << " macro : where is the file name under which the root macro" << std::endl; std::cout << " should be saved." << std::endl; std::cout << " var = : defines a variable." << std::endl; - std::cout << " is a mathemathical expression where" << std::endl; + std::cout << " is a mathematical expression where" << std::endl; std::cout << " collection variables are addressed via the '$'," << std::endl; std::cout << " e.g. dataT is addressed by $dataT, etc." << std::endl; std::cout << " col : : links to the collection , where" << std::endl;