summaryrefslogtreecommitdiff
path: root/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.c')
-rw-r--r--builtin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin.c b/builtin.c
index 4dd22e27..ddf713a7 100644
--- a/builtin.c
+++ b/builtin.c
@@ -2776,7 +2776,7 @@ do_match(int nargs)
dest = POP_PARAM();
if (dest->type != Node_var_array)
fatal(_("match: third argument is not an array"));
- check_symtab_functab(dest, "match",
+ check_symtab_functab(dest, "match",
_("%s: cannot use %s as third argument"));
assoc_clear(dest);
}