From f28c33001c8ebab30e9e7ef0858d3b29503344ee Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Fri, 21 Aug 2015 22:39:56 -0400 Subject: [PATCH] Boyscouting: Fix typo in comment --- client/widgets/Buttons.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/widgets/Buttons.cpp b/client/widgets/Buttons.cpp index 6ad72ff2a..3510ce28f 100644 --- a/client/widgets/Buttons.cpp +++ b/client/widgets/Buttons.cpp @@ -212,7 +212,7 @@ void CButton::hover (bool on) ? hoverTexts[0] : hoverTexts[getState()]; - if(!name.empty() && !isBlocked()) //if there is no name, there is nohing to display also + if(!name.empty() && !isBlocked()) //if there is no name, there is nothing to display also { if (LOCPLINT && LOCPLINT->battleInt) //for battle buttons {