Fixed typo

This commit is contained in:
Birunthan Mohanathas 2012-10-02 16:12:49 +03:00
parent 6bbb177a44
commit 4a15878b9b

View File

@ -163,7 +163,7 @@ void CMeterLine::ReadOptions(CConfigParser& parser, const WCHAR* section)
}
else
{
LogWithArgs(LOG_ERROR, L"StartFrom=%s is not valid in [%s]", graph, m_Name.c_str());
LogWithArgs(LOG_ERROR, L"GraphStart=%s is not valid in [%s]", graph, m_Name.c_str());
}
graph = parser.ReadString(section, L"GraphOrientation", L"VERTICAL").c_str();