mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
misc: fix typos
Fix a few random typos is comments and workflow names.
This commit is contained in:
parent
abf079ab56
commit
93cfed2b73
2
.github/workflows/hacktoberfest-accepted.yml
vendored
2
.github/workflows/hacktoberfest-accepted.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 100
|
||||
|
||||
- name: Check wether repo participates in Hacktoberfest
|
||||
- name: Check whether repo participates in Hacktoberfest
|
||||
run: |
|
||||
gh config set prompt disabled && echo "::set-output name=label::$(
|
||||
gh repo view --json repositoryTopics --jq '.repositoryTopics[].name' | grep '^hacktoberfest$')"
|
||||
|
@ -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,
|
||||
|
@ -6198,7 +6198,7 @@ if($all) {
|
||||
if($skipped && !$short) {
|
||||
my $s=0;
|
||||
# Temporary hash to print the restraints sorted by the number
|
||||
# of their occurences
|
||||
# of their occurrences
|
||||
my %restraints;
|
||||
logmsg "TESTINFO: $skipped tests were skipped due to these restraints:\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user