Skip to content

Commit

Permalink
Typo in the expression.cc file in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup authored and ffesti committed Dec 6, 2024
1 parent 2347060 commit 8ae5f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpmio/expression.cc
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ static Value doFunction(ParseState state)
if (!strncmp(vname->data.s, "lua:", 4))
v = doLuaFunction(state, vname->data.s + 4, varg.size(), varg.data());
else
exprErr(state, _("unsupported funcion"), state->p);
exprErr(state, _("unsupported function"), state->p);

exit:
for (auto & v : varg)
Expand Down

0 comments on commit 8ae5f1d

Please sign in to comment.