Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2022-01-20 10:44:42 +01:00
parent 21b2b124a1
commit 627eaa22ff
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ struct fast_request_t {
/**
* Create a request from the fastcgi struct.
*
* @param fd file descripter opened with FCGX_OpenSocket
* @param fd file descriptor opened with FCGX_OpenSocket
* @param debug no stripping, no compression, timing information
*/
fast_request_t *fast_request_create(int fd, bool debug);