Commit 9d2730de authored by Andreas Plesner's avatar Andreas Plesner

Fix spelling

parent 302a21bb
......@@ -104,7 +104,7 @@ VUT_g_Arg(const char *arg)
VUT.g_arg = VSLQ_Name2Grouping(arg, -1);
if (VUT.g_arg == -2)
VUT_Error(1, "Ambigous grouping type: %s", arg);
VUT_Error(1, "Ambiguous grouping type: %s", arg);
else if (VUT.g_arg < 0)
VUT_Error(1, "Unknown grouping type: %s", arg);
return (1);
......
Markdown is supported
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