From c529c7995073f5e2f278e98875b2638cfb40763d Mon Sep 17 00:00:00 2001 From: Edo Date: Sat, 18 Feb 2023 20:07:59 +0000 Subject: [PATCH] maint: fix typo --- _utility.gsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_utility.gsh b/_utility.gsh index 71a608d..5033ae5 100644 --- a/_utility.gsh +++ b/_utility.gsh @@ -25,7 +25,7 @@ { \ CHK_ACTION; \ } -#else /* Valid for Plutinium IW5 with bot warfare */ +#else /* Valid for Plutonium IW5 with bot warfare */ #define BOT_CHK(ent) \ if ( isDefined( ent.pers["isBot"] ) && ent.pers["isBot"] ) \ { \