fix typo in error message
This commit is contained in:
parent
ba973a317f
commit
dc9643aef6
|
@ -1449,7 +1449,7 @@ static intptr_t tcp_get_string(Scheme_Input_Port *port,
|
||||||
if (data->b.bufmax == -1) {
|
if (data->b.bufmax == -1) {
|
||||||
scheme_raise_exn(MZEXN_FAIL_NETWORK,
|
scheme_raise_exn(MZEXN_FAIL_NETWORK,
|
||||||
"tcp-read: error reading\n"
|
"tcp-read: error reading\n"
|
||||||
" systen error: %e",
|
" system error: %e",
|
||||||
errid);
|
errid);
|
||||||
return 0;
|
return 0;
|
||||||
} else if (!data->b.bufmax) {
|
} else if (!data->b.bufmax) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user