babelouest / ulfius

Web Framework to build REST APIs, Webservices or any HTTP endpoint in C language. Can stream large amount of data, integrate JSON data with Jansson, and create websocket services
https://babelouest.github.io/ulfius
GNU Lesser General Public License v2.1
1.08k stars 182 forks source link

docs: fix simple typo, temporarly -> temporarily #177

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in src/u_send_request.c.

Should read temporarily rather than temporarly.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

babelouest commented 3 years ago

Thanks!