fix error-message typo

This commit is contained in:
Matthew Flatt 2019-02-20 16:06:44 -07:00
parent 6fa0e4fc64
commit 6a94ce5c04

View File

@ -5990,7 +5990,7 @@ static Scheme_Object *do_subprocess_kill(Scheme_Object *_sp, Scheme_Object *kill
if (!ok) {
if (can_error)
scheme_raise_exn(MZEXN_FAIL,
"Subprocess-kill: operation failed\n"
"subprocess-kill: operation failed\n"
" system error: %R");
}