mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
Fix typo in error message: ist -> is
This commit is contained in:
parent
028ab410b2
commit
91bf0c4998
1 changed files with 1 additions and 1 deletions
|
|
@ -2912,7 +2912,7 @@ si_process_lambda_list(cl_object org_lambda_list, cl_object context)
|
|||
|
||||
OUTPUT:
|
||||
if ((nreq+nopt+(!Null(rest))+nkey) >= ECL_CALL_ARGUMENTS_LIMIT)
|
||||
FEprogram_error("LAMBDA: Argument list ist too long, ~S.", 1,
|
||||
FEprogram_error("LAMBDA: Argument list is too long, ~S.", 1,
|
||||
org_lambda_list);
|
||||
@(return CONS(ecl_make_fixnum(nreq), lists[0])
|
||||
CONS(ecl_make_fixnum(nopt), lists[1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue