From 69cde98f020e18aad7a0a12b87f2e1c48d36eae5 Mon Sep 17 00:00:00 2001 From: Sagar Paul Date: Thu, 11 Dec 2025 00:33:34 +0530 Subject: [PATCH] Fix typo in syntax comment in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8041585..134b41f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Default files to check for syntax +# Default files to check for syntaxes CHECK_SYNTAX_FILES ?= plugins/ tests/ # Help target