correct spelling error

This commit is contained in:
rjwats@gmail.com 2018-02-28 23:10:20 +00:00
parent 710aba44bf
commit 570bd2e2c0

View File

@ -82,7 +82,7 @@ class AsyncJsonRequestWebHandler: public AsyncWebHandler {
}
// fallthrough, we have a null pointer, return 500.
// this can be due to running out of memory or never recieving body data.
// this can be due to running out of memory or never receiving body data.
request->send(500);
}