Explorar o código

Boyscouting: Fix typo in comment

Sandy Carter %!s(int64=10) %!d(string=hai) anos
pai
achega
f28c33001c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      client/widgets/Buttons.cpp

+ 1 - 1
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
 		{