From d173219ef8a7e680e0bed5739555b711e9f76c88 Mon Sep 17 00:00:00 2001 From: KindOne Date: Wed, 30 Oct 2013 23:32:23 -0400 Subject: [PATCH] Correct typo in controlpanel. This typo was created in commit 853ddc5c2aec94f5965a58e0a768df744aaa6d13 --- modules/controlpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/controlpanel.cpp b/modules/controlpanel.cpp index 47f64786..1991b4c6 100644 --- a/modules/controlpanel.cpp +++ b/modules/controlpanel.cpp @@ -203,7 +203,7 @@ class CAdminMod : public CModule { else if (sVar == "admin") PutModule("Admin = " + CString(pUser->IsAdmin())); else if (sVar == "statusprefix") - PutModule("StatuxPrefix = " + pUser->GetStatusPrefix()); + PutModule("StatusPrefix = " + pUser->GetStatusPrefix()); else PutModule("Error: Unknown variable"); }