For some reason, this is causing a conflict

This commit is contained in:
Mazyad Alabduljaleel 2015-02-25 10:44:00 +04:00
parent 839f1a851d
commit 3e60e0ddf6
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ static void processResponse(HttpResponse* response, char* errorBuffer)
break;
default:
CCASSERT(true, "CCHttpClient: unkown request type, only GET, POST, PUT, DELETE are supported");
CCASSERT(true, "CCHttpClient: unkown request type, only GET and POSt are supported");
break;
}