1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-21 21:17:49 +02:00

Boyscouting: Fix typo in comment

This commit is contained in:
Sandy Carter 2015-08-21 22:39:56 -04:00
parent a14711b3b4
commit f28c33001c

View File

@ -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
{