diff --git a/src/safety_check.c b/src/safety_check.c index 9747afef..552b3121 100644 --- a/src/safety_check.c +++ b/src/safety_check.c @@ -10,7 +10,7 @@ void safety_check_fail_sized_dealloc(bool current_dealloc, const void *ptr, safety_check_fail(": size mismatch detected (true size %zu " "vs input size %zu), likely caused by application sized " - "dealloction bugs (source address: %p, %s). Suggest building with " + "deallocation bugs (source address: %p, %s). Suggest building with " "--enable-debug or address sanitizer for debugging. Abort.\n", true_size, input_size, ptr, src); }