From d8d8093d1803c295ac5e403348ed33905995fe5a Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 21 Dec 2019 13:51:39 +1100 Subject: [PATCH] Typo fix. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7a7ade2..0189729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2019-12-21 Ben Elliston * config.guess (set_cc_for_build): Prevent multiple calls by - chechking if $tmp is already set. We can't check CC_FOR_BUILD as + checking if $tmp is already set. We can't check CC_FOR_BUILD as the user may set it externally. Thanks to Torbjörn Granlund for the bug report.