fix error-message typo
This commit is contained in:
parent
6fa0e4fc64
commit
6a94ce5c04
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user