corrected a typo which was earlier written as tpye instead of type

This commit is contained in:
Shantanu Singh 2014-10-01 18:42:51 +05:30
parent 49176dd348
commit 2ef8598ddd

View File

@ -113,7 +113,7 @@ irr::core::stringw AchievementInfo::toString() const
count = m_goal_values.begin()->second;
break;
default:
Log::fatal("AchievementInfo", "Missing toString for tpye %d.",
Log::fatal("AchievementInfo", "Missing toString for type %d.",
m_check_type);
}
return StringUtils::toWString(count);