From 8db94b1335539a6dbebe0b018336798a3ffef609 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Mon, 31 Jan 2022 18:32:49 +0100 Subject: [PATCH] Makefile: fix typo in config.mk Fix typo in hypervisor/scripts/makefile/config.mk file. Tracked-On: #5647 Signed-off-by: Geoffroy Van Cutsem --- hypervisor/scripts/makefile/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/scripts/makefile/config.mk b/hypervisor/scripts/makefile/config.mk index 43c168e28..a5c856e97 100644 --- a/hypervisor/scripts/makefile/config.mk +++ b/hypervisor/scripts/makefile/config.mk @@ -200,7 +200,7 @@ $(HV_BOARD_XML): $(HV_SCENARIO_XML): @if [ ! -f $(HV_SCENARIO_XML) ]; then \ if [ -f $(SCENARIO_FILE) ]; then \ - echo "Scneario XML is configuration fetched from $(realpath $(SCENARIO_FILE))"; \ + echo "Scenario XML is being fetched from $(realpath $(SCENARIO_FILE))"; \ mkdir -p $(dir $(HV_SCENARIO_XML)); \ python3 $(HV_CONFIG_TOOL_DIR)/scenario_config/default_populator.py $(HV_SCENARIO_XSD) $(SCENARIO_FILE) $(HV_SCENARIO_XML); \ else \