소스 검색

Boyscouting: Fix typo in comment

Sandy Carter 10 년 전
부모
커밋
f28c33001c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 		{