This commit is contained in:
snarmph 2021-09-30 17:50:12 +02:00
parent efd4d9c750
commit 449e9d726f
2 changed files with 2 additions and 2 deletions

2
http.h
View file

@ -56,7 +56,7 @@ typedef struct {
uint8_t minor;
} http_version_t;
// transaltes a http_version_t to a single readable number (e.g. 1.1 -> 11, 1.0 -> 10, etc)
// translates a http_version_t to a single readable number (e.g. 1.1 -> 11, 1.0 -> 10, etc)
int httpVerNumber(http_version_t ver);
typedef struct {