issue#70
Sébastien Villemot 2019-03-05 18:59:40 +01:00
parent 68850536e6
commit abfe1a70e7
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -3491,7 +3491,7 @@ UnaryOpNode::substituteUnaryOpNodes(DataTree &static_datatree, diff_table_t &nod
if (arg->maxLead() > 0)
{
cerr << "Cannot substitue unary operations that contain leads" << endl;
cerr << "Cannot substitute unary operations that contain leads" << endl;
exit(EXIT_FAILURE);
}