fix(rest) heckSendError -> checkSendError

This commit is contained in:
coderaiser 2013-11-15 13:12:10 +00:00
parent 17cd636f1f
commit 6696f7e938

View file

@ -137,7 +137,7 @@
case 'PUT':
if (lQuery === 'dir')
fs.mkdir(p.name, function(pError) {
heckSendError(pError, pParams, function() {
checkSendError(pError, pParams, function() {
sendMsg(pParams, 'make dir', p.name);
});
});