Fix typos thanks @patrickelectric

This commit is contained in:
luc lebosse
2016-10-09 10:48:15 +02:00
parent 3ee67c022b
commit f5051e3335
3 changed files with 7 additions and 7 deletions

View File

@@ -2350,7 +2350,7 @@ void SPIFFSFileupload()
//Upload write
//**************
} else if(upload.status == UPLOAD_FILE_WRITE) {
//check if file is availble and no error
//check if file is available and no error
if(web_interface->fsUploadFile && web_interface->_upload_status == UPLOAD_STATUS_ONGOING) {
//no error so write post date
web_interface->fsUploadFile.write(upload.buf, upload.currentSize);