fix spell error

This commit is contained in:
hzsunshx
2015-09-22 17:38:41 +08:00
parent 855964bff1
commit dff5835105
4 changed files with 8 additions and 8 deletions

View File

@@ -225,8 +225,8 @@ module.exports = function ControlServiceFactory(
return sendTwoWay('screen.capture')
}
this.fsretrive = function(file){
return sendTwoWay('fs.retrive', {
this.fsretrieve = function(file){
return sendTwoWay('fs.retrieve', {
file: file,
})
}