fix error-message typo

This commit is contained in:
Matthew Flatt 2017-07-25 08:12:11 -06:00
parent 9c48ee003a
commit 45940f69a9

View File

@ -2964,7 +2964,7 @@ static Scheme_Object *apply_chaperones(const char *who, Scheme_Object *procs, in
" received: %d\n"
" %s: %V\n",
who,
is_impersonator ? "an impersonator's" : "an chaperone's",
is_impersonator ? "an impersonator's" : "a chaperone's",
SCHEME_CAR(procs),
argc, cnt,
is_impersonator ? "impersonator" : "chaperone");