From a6b980b6e8b5f430cfa9a7d8fe1b66085d21a552 Mon Sep 17 00:00:00 2001 From: Guilherme Bernal Date: Fri, 14 Feb 2020 19:59:23 -0300 Subject: [PATCH] Fix typo on src/signal.cr: 'corrpution' --- src/signal.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/signal.cr b/src/signal.cr index 7f122957602d..1aab3ea2569e 100644 --- a/src/signal.cr +++ b/src/signal.cr @@ -334,7 +334,7 @@ fun __crystal_sigfault_handler(sig : LibC::Int, addr : Void*) stack_bottom = Fiber.current.@stack_bottom stack_top <= addr < stack_bottom rescue e - Crystal::System.print_error "Error while trying to determine if a stack overflow has occurred. Probable memory corrpution\n" + Crystal::System.print_error "Error while trying to determine if a stack overflow has occurred. Probable memory corruption\n" false end