Browse Source

Fix words

how 2 spel
nosoop 6 years ago
parent
commit
9a41620481
1 changed files with 2 additions and 2 deletions
  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/"
 }