fix typos

This commit is contained in:
Me No Dev
2016-06-17 01:53:21 +03:00
parent 3709dd5e14
commit d8809137a3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ bool AsyncStaticWebHandler::_getFile(AsyncWebServerRequest *request)
path += "/";
path += "index.htm";
return_fileExists(request, path);
return _fileExists(request, path);
}
bool AsyncStaticWebHandler::_fileExists(AsyncWebServerRequest *request, const String path)