From: Daniel Gustafsson Date: Thu, 21 Apr 2022 07:43:35 +0000 (+0200) Subject: misc: fix typos X-Git-Tag: curl-7_83_0~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93cfed2b73e461fa3c9a7980910438f4b9faeef1;p=thirdparty%2Fcurl.git misc: fix typos Fix a few random typos is comments and workflow names. --- diff --git a/.github/workflows/hacktoberfest-accepted.yml b/.github/workflows/hacktoberfest-accepted.yml index 22b69e4223..b9d4e155c2 100644 --- a/.github/workflows/hacktoberfest-accepted.yml +++ b/.github/workflows/hacktoberfest-accepted.yml @@ -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$')" diff --git a/include/curl/header.h b/include/curl/header.h index ca3834b56a..7715b61e22 100644 --- a/include/curl/header.h +++ b/include/curl/header.h @@ -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, diff --git a/tests/runtests.pl b/tests/runtests.pl index 624e705a5f..29ee6fa2ae 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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";