Correct spelling in error message
This commit is contained in:
parent
902c12d88d
commit
bd0e01bfad
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue