Spelling error

This commit is contained in:
Shaun 2015-11-10 12:29:23 +08:00
parent e09cf24fbf
commit 83eeb0f190

View File

@ -156,7 +156,7 @@ SteamCommunity.prototype.postUserComment = function(userID, message, callback) {
if(body.success) {
callback(null);
} else if(bpdy.error) {
} else if(body.error) {
callback(new Error(body.error));
} else {
callback(new Error("Unknown error"));