fixed a typo.

This commit is contained in:
suter_a 2020-05-14 20:33:11 +02:00
parent 0dfb181b4d
commit 4599718326

View File

@ -73,7 +73,7 @@ void mupp_script_syntax()
std::cout << " macro <fln> : where <fln> is the file name under which the root macro" << std::endl;
std::cout << " should be saved." << std::endl;
std::cout << " var <var_name> = <expr> : defines a variable." << std::endl;
std::cout << " <expr> is a mathemathical expression where" << std::endl;
std::cout << " <expr> 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 <nn> : <var_name> : links <var_name> to the collection <nn>, where" << std::endl;