From cd602ab5e338553efb3e779818bf39aa8d04d702 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 14 Dec 2009 20:27:26 -0800 Subject: [PATCH] Fixed basecomm description spelling (bug 4112, r=me). --- plugins/basecomm.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basecomm.sp b/plugins/basecomm.sp index 0621a699..d79dfc55 100644 --- a/plugins/basecomm.sp +++ b/plugins/basecomm.sp @@ -42,7 +42,7 @@ public Plugin:myinfo = { name = "Basic Comm Control", author = "AlliedModders LLC", - description = "Provides methods of controllingg communication.", + description = "Provides methods of controlling communication.", version = SOURCEMOD_VERSION, url = "http://www.sourcemod.net/" };