Skip to content
Snippets Groups Projects
Commit 302643fb authored by mattijs's avatar mattijs
Browse files

BUG: stringOps: incorrect error message

parent 4a517270
No related merge requests found
......@@ -312,7 +312,7 @@ Foam::string Foam::stringOps::getVariable
" const bool\n"
")\n",
dict
) << "Cannot find environment variable "
) << "Cannot find dictionary variable "
<< name << exit(FatalIOError);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment