From 82b2abbb6a0ae054e771e67964ea09e12b793a08 Mon Sep 17 00:00:00 2001 From: Jeremy Cooper Date: Sat, 18 Mar 2017 22:39:50 +0000 Subject: [PATCH] Fixed typo in unixint.d --- src/c/unixint.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c/unixint.d b/src/c/unixint.d index 1ceb826b4..e5676eddf 100644 --- a/src/c/unixint.d +++ b/src/c/unixint.d @@ -715,7 +715,7 @@ handler_fn_prototype(sigsegv_handler, int sig, siginfo_t *info, void *aux) static const char *segv_msg = "\n;;;\n" ";;; Detected access to protected memory, " - "also kwown as 'bus or segmentation fault'.\n" + "also known as 'bus or segmentation fault'.\n" ";;; Jumping to the outermost toplevel prompt\n" ";;;\n\n"; cl_env_ptr the_env; -- GitLab