Parcourir la source

Fix words

how 2 spel
nosoop il y a 6 ans
Parent
commit
9a41620481
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      scripting/source_cbl.sp

+ 2 - 2
scripting/source_cbl.sp

@@ -9,11 +9,11 @@
 #pragma newdecls required
 #include "source_cbl/webapi.sp"
 
-#define PLUGIN_VERSION "0.2.3"
+#define PLUGIN_VERSION "0.2.4"
 public Plugin myinfo = {
 	name = "[CSRD] SourceCBL Integration",
 	author = "nosoop",
-	description = "Personal integartion of the SourceCBL API.",
+	description = "Personal integration of the SourceCBL API.",
 	version = PLUGIN_VERSION,
 	url = "https://git.csrd.science/"
 }