From fe3f400985035f7d0420b03a0ae55960bd25e7cb Mon Sep 17 00:00:00 2001 From: mojh7 Date: Thu, 18 May 2023 06:09:34 +0900 Subject: [PATCH] [typo] Fix typo: configutation -> configuration (#33072) configutation -> configuration --- Makefile | 2 +- templates/Makefile.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7e26021ac5a..833daa6d5a2 100644 --- a/Makefile +++ b/Makefile @@ -638,7 +638,7 @@ systemtap_dep_error: @echo @echo "DEPENDENCY ERROR" @echo - @echo "Under the '$(CONFIG)' configutation, the target you are trying " + @echo "Under the '$(CONFIG)' configuration, the target you are trying " @echo "to build requires systemtap 2.7+ (on Linux) or dtrace (on other " @echo "platforms such as Solaris and *BSD). " @echo diff --git a/templates/Makefile.template b/templates/Makefile.template index d9b11662906..d6f8e59e8ee 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -549,7 +549,7 @@ @echo @echo "DEPENDENCY ERROR" @echo - @echo "Under the '$(CONFIG)' configutation, the target you are trying " + @echo "Under the '$(CONFIG)' configuration, the target you are trying " @echo "to build requires systemtap 2.7+ (on Linux) or dtrace (on other " @echo "platforms such as Solaris and *BSD). " @echo