From db3b462b2f650b30111f42b2d9d8904c51ded743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 6 Apr 1998 13:31:58 -0700 Subject: [PATCH] fixed a typo Rev: src/las.c:1.56 --- src/las.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/las.c b/src/las.c index 33a21343d4..f44dc28ea2 100644 --- a/src/las.c +++ b/src/las.c @@ -4,7 +4,7 @@ ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h" -RCSID("$Id: las.c,v 1.55 1998/03/01 11:40:46 hubbe Exp $"); +RCSID("$Id: las.c,v 1.56 1998/04/06 20:31:58 hubbe Exp $"); #include "language.h" #include "interpret.h" @@ -1482,7 +1482,7 @@ void fix_type_field(node *n) } else if(max_correct_args == args) { - my_yyerror("To few arguments to %s.\n",name); + my_yyerror("Too few arguments to %s.\n",name); }else{ my_yyerror("Bad argument %d to %s.", max_correct_args+1, name); -- GitLab