mirror of
https://github.com/curl/curl.git
synced 2026-07-24 18:57:18 +03:00
misc: fix typos
Fix a few random typos is comments and workflow names.
This commit is contained in:
parent
abf079ab56
commit
93cfed2b73
3 changed files with 3 additions and 3 deletions
|
|
@ -36,7 +36,7 @@ struct curl_header {
|
|||
#define CURLH_TRAILER (1<<1) /* trailers */
|
||||
#define CURLH_CONNECT (1<<2) /* CONNECT headers */
|
||||
#define CURLH_1XX (1<<3) /* 1xx headers */
|
||||
#define CURLH_PSEUDO (1<<4) /* psuedo headers */
|
||||
#define CURLH_PSEUDO (1<<4) /* pseudo headers */
|
||||
|
||||
typedef enum {
|
||||
CURLHE_OK,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue