From 8ae5f1d0db9e3c088d3163cbfc2612990702ff93 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 6 Dec 2024 17:41:26 +0100 Subject: [PATCH] Typo in the expression.cc file in error message --- rpmio/expression.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpmio/expression.cc b/rpmio/expression.cc index 90a7d43fbe..65b052cdfd 100644 --- a/rpmio/expression.cc +++ b/rpmio/expression.cc @@ -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)