Skip to content

Commit 69d3c51

Browse files
author
SReject
committed
Fixed typo with httpResponse
1 parent e5f8502 commit 69d3c51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/JSON For mIRC.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
},
217217

218218
httpResponse: function () {
219-
return this.httpHead() + '\r\n\r\n' + this._http.response.reponseText;
219+
return this.httpHead() + '\r\n\r\n' + this._http.response.responseText;
220220
},
221221

222222
// Retrieves and parses input json

0 commit comments

Comments
 (0)