From 8fa0a9783e76ddd738222f25dc3395c289b0450f Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 30 Jun 2025 13:31:31 +0200 Subject: [PATCH] Framework: typo --- Mk/plugins.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/plugins.mk b/Mk/plugins.mk index 210b6b443..ad8701360 100644 --- a/Mk/plugins.mk +++ b/Mk/plugins.mk @@ -155,7 +155,7 @@ manifest: check # "manual" overwrites the automatic script and also ignores ".pre" and # ".post" files since they do not make sense in manual mode. # -# Furthermore, variable replacement via %%PLUGINS_VAR%% takes place in +# Furthermore, variable replacement via %%PLUGIN_VAR%% takes place in # "manual" as well as ".pre" and ".post" scripts provided. scripts: check scripts-pre scripts-auto scripts-post scripts-manual