Fix error string

This commit is contained in:
Henri DF
2016-03-02 14:26:29 -08:00
parent 9c4bfecd40
commit ea158baa8d

View File

@@ -29,7 +29,7 @@ local function mark_relational_nodes(ast, index)
ast.index = index
else
error ("Unexpected type in install_filter: "..t)
error ("Unexpected type in mark_relational_nodes: "..t)
end
end