From 2474fe3c2e757b9cecffacc780c3f548c26bb7c5 Mon Sep 17 00:00:00 2001 From: Autechre Date: Sat, 28 Aug 2021 17:24:32 +0200 Subject: [PATCH] Updating CODING-GUIDELINES - typo fix --- CODING-GUIDELINES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING-GUIDELINES b/CODING-GUIDELINES index 2d2c19901d..1b33fb5036 100644 --- a/CODING-GUIDELINES +++ b/CODING-GUIDELINES @@ -91,7 +91,7 @@ guideline, do not hesitate to point them out to us. Variable declaration -------------------- -For C source files, we have to insists you stick to the following: +For C source files, we have to insist you stick to the following: - Declare variables either at the start of a function or the start of a code block, depending on the scope they need.