From d629ada1a20018c1cbc7f7e0badf0f8eca9b0fd7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 26 Jun 2022 15:24:24 +0200 Subject: -fix typos --- m4/mhd_check_cc_cflag.m4 | 2 +- m4/mhd_check_cc_ldflag.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'm4') diff --git a/m4/mhd_check_cc_cflag.m4 b/m4/mhd_check_cc_cflag.m4 index f387495b..bdac60ec 100644 --- a/m4/mhd_check_cc_cflag.m4 +++ b/m4/mhd_check_cc_cflag.m4 @@ -9,7 +9,7 @@ # The check is performing by prepending FLAG-TO-TEST to CFLAGS, then # prepending value of VARIABLE-TO-PREPEND-CFLAGS (if any) to CFLAGS, and # then performing compile and link test. If test succeed without warnings, -# then the flag is considered to be suppoted. Otherwise, if compile and link +# then the flag is considered to be supported. Otherwise, if compile and link # without test flag can be done without any warning, the flag is considered # to be unsuppoted. # diff --git a/m4/mhd_check_cc_ldflag.m4 b/m4/mhd_check_cc_ldflag.m4 index e5f57953..9eb5b96b 100644 --- a/m4/mhd_check_cc_ldflag.m4 +++ b/m4/mhd_check_cc_ldflag.m4 @@ -9,7 +9,7 @@ # The check is performing by prepending FLAG-TO-TEST to LDFLAGS, then # prepending value of VARIABLE-TO-PREPEND-LDFLAGS (if any) to LDFLAGS, and # then performing compile and link test. If test succeed without warnings, -# then the flag is considered to be suppoted. Otherwise, if compile and link +# then the flag is considered to be supported. Otherwise, if compile and link # without test flag can be done without any warning, the flag is considered # to be unsuppoted. # -- cgit v1.2.3