From 26422fd425605b588907e62b9dab4bcd748fdeeb Mon Sep 17 00:00:00 2001 From: Impact Date: Sun, 15 Dec 2019 01:12:14 +0100 Subject: [PATCH] Fix typo in clientprefs plugin description (#1142) --- plugins/clientprefs.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/clientprefs.sp b/plugins/clientprefs.sp index 37cfdbe0..74e7f9f2 100644 --- a/plugins/clientprefs.sp +++ b/plugins/clientprefs.sp @@ -43,7 +43,7 @@ public Plugin myinfo = { name = "Client Preferences", author = "AlliedModders LLC", - description = "Client peferences and settings menu", + description = "Client preferences and settings menu", version = SOURCEMOD_VERSION, url = "http://www.sourcemod.net/" };