From 0af9c2bbbf99a420d60293cbabef6093d2a71816 Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Tue, 27 Jun 2017 12:26:22 -0400 Subject: [PATCH] fixed typo in S_abnormal_exit original commit: 53780b295c876f524ca73b6e93ab27960808622d --- LOG | 2 ++ c/schsig.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/LOG b/LOG index 1e08bd1a35..1566e4a35b 100644 --- a/LOG +++ b/LOG @@ -527,3 +527,5 @@ bytevector.ss, primdata.ss, new-io.c, prim5.c, externs.h, objects.stex, release_notes.stex, bytevector.ms, root-experr* +- fixed typo in S_abnormal_exit + schsig.c diff --git a/c/schsig.c b/c/schsig.c index 07f0ee25e5..fd112eeb87 100644 --- a/c/schsig.c +++ b/c/schsig.c @@ -314,7 +314,7 @@ void S_error_abort(s) const char *s; { void S_abnormal_exit() { S_abnormal_exit_proc(); - fprintf(stderr, "abnormal_exit proedure did not exit\n"); + fprintf(stderr, "abnormal_exit procedure did not exit\n"); exit(1); }