From 00bcbdd89706204e59776ab8ed26fced0a19cc18 Mon Sep 17 00:00:00 2001 From: Thomas Stibor Date: Sun, 22 Dec 2024 21:29:11 +0100 Subject: [PATCH] Fix typo in Makefile for populating configuration targets (#14100) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 827e74632f..bc678ee99d 100644 --- a/Makefile +++ b/Makefile @@ -642,7 +642,7 @@ help: Makefile mk/tools.mk @echo "Or:" @echo " make [V=] [OPTIONS=\"\"] [EXTRA_FLAGS=\"\"]" @echo "" - @echo "To pupulate configuration targets:" + @echo "To populate configuration targets:" @echo " make configs" @echo "" @echo "Valid TARGET values are: $(BASE_TARGETS)"