Browse Source

correct spelling error

master
rjwats@gmail.com 6 years ago
parent
commit
570bd2e2c0
  1. 2
      src/AsyncJsonRequestWebHandler.h

2
src/AsyncJsonRequestWebHandler.h

@ -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);
}

Loading…
Cancel
Save