Correct spelling in error message

This commit is contained in:
Erik Johansson 2012-03-19 10:50:43 +01:00
parent 902c12d88d
commit bd0e01bfad

View file

@ -594,7 +594,7 @@ char * WINAPI tdGetErrorString(int intErrorNo) {
"Received an unknown response",
"Syntax error",
"Broken pipe"
"An error occured while communicating with the Telldus Service"
"An error occurred while communicating with the Telldus Service"
};
std::string strReturn;
intErrorNo = abs(intErrorNo); //We don't use negative values here.