Fixed misspelled text arguments in error logging.

This commit is contained in:
jsmorley 2012-02-24 21:53:08 +00:00
parent 99ff48497b
commit 0456e20cea

View File

@ -275,7 +275,7 @@ void CRainmeter::BangWithArgs(BANGCOMMAND bang, const WCHAR* arg, size_t numOfAr
}
}
Log(LOG_ERROR, L"Bang: Incorrect number of arugments");
Log(LOG_ERROR, L"Bang: Incorrect number of arguments");
}
}