]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: fix typos
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 21 Apr 2022 07:43:35 +0000 (09:43 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 21 Apr 2022 07:43:35 +0000 (09:43 +0200)
Fix a few random typos is comments and workflow names.

.github/workflows/hacktoberfest-accepted.yml
include/curl/header.h
tests/runtests.pl

index 22b69e4223f93a783caf65d6ee75f330c7981dab..b9d4e155c20c2e4d3e8d53632d9881e0995130b5 100644 (file)
@@ -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$')"
index ca3834b56a4a0f04d9c22601ff9e873b86fed310..7715b61e2243ce4cc03918cbffcc47b1b44c1a8f 100644 (file)
@@ -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,
index 624e705a5fe0e1d0e2cef9e4d3b18f411a50bdae..29ee6fa2ae301e105888fdb54d703fb6cc208581 100755 (executable)
@@ -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";