]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
misc: assorted typo fixes
authorXhmikosR <xhmikosr@gmail.com>
Fri, 25 Dec 2020 05:52:59 +0000 (07:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 26 Dec 2020 22:54:25 +0000 (23:54 +0100)
Closes #6375

docs/FAQ
docs/TODO
lib/hash.c
lib/system_win32.c
packages/vms/config_h.com
packages/vms/readme
tests/data/test201
tests/server/socksd.c

index 4e62f4d278a04d1e303a926725a548b25e07541b..32e8bb86c02f224495cff1156a81f065995001e4 100644 (file)
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -1384,7 +1384,7 @@ FAQ
 
 6. License Issues
 
-  curl and libcurl are released under a MIT/X derivate license. The license is
+  curl and libcurl are released under a MIT/X derivative license. The license is
   very liberal and should not impose a problem for your project. This section
   is just a brief summary for the cases we get the most questions. (Parts of
   this section was much enhanced by Bjorn Reese.)
@@ -1399,7 +1399,7 @@ FAQ
 
   Yes!
 
-  Since libcurl may be distributed under the MIT/X derivate license, it can be
+  Since libcurl may be distributed under the MIT/X derivative license, it can be
   used together with GPL in any software.
 
   6.2 I have a closed-source program, can I use the libcurl library?
@@ -1424,7 +1424,7 @@ FAQ
 
   Yes!
 
-  The MIT/X derivate license practically allows you to do almost anything with
+  The MIT/X derivative license practically allows you to do almost anything with
   the sources, on the condition that the copyright texts in the sources are
   left intact.
 
index d5c02e6a93950f340050ef96c7881e837157511f..c91bd93da2b4c579e0cb5426aaff0d42f7c81c54 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
 
  The alt-svc: header provides a set of alternative services for curl to use
  instead of the original. If the first attempted one fails, it should try the
- next etc and if all alterantives fail go back to the original.
+ next etc and if all alternatives fail go back to the original.
 
  See https://github.com/curl/curl/issues/4908
 
index 051c1762699097446d7a854127990b9017213162..5d433ad1fbbb5fc1147ce36297581e5269c2e869 100644 (file)
@@ -175,7 +175,7 @@ Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len)
   return NULL;
 }
 
-#if defined(DEBUGBUILD) && defined(AGGRESIVE_TEST)
+#if defined(DEBUGBUILD) && defined(AGGRESSIVE_TEST)
 void
 Curl_hash_apply(Curl_hash *h, void *user,
                 void (*cb)(void *user, void *ptr))
index b377da7d8b169fb63aa4beeec7dd19381fe7275d..2132f43ef753533220b5bc3c29dce883465163ec 100644 (file)
@@ -196,7 +196,7 @@ HMODULE Curl_load_library(LPCTSTR filename)
       pLoadLibraryEx(filename, NULL, LOAD_WITH_ALTERED_SEARCH_PATH) :
       LoadLibrary(filename);
   }
-  /* Detect if KB2533623 is installed, as LOAD_LIBARY_SEARCH_SYSTEM32 is only
+  /* Detect if KB2533623 is installed, as LOAD_LIBRARY_SEARCH_SYSTEM32 is only
      supported on Windows Vista, Windows Server 2008, Windows 7 and Windows
      Server 2008 R2 with this patch or natively on Windows 8 and above */
   else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) {
index 4049d9f064cca5bb7e51973295e6613cd1a309c5..6973eacf17f70c4b95c19b7b04cf0d41bbbefb29 100644 (file)
@@ -2129,7 +2129,7 @@ $!
 $write tf " /* Allow compiler builtins */"
 $write tf "/*-------------------------*/"
 $write tf "#ifdef __DECC_VER"
-$write tf "#include <non_existant_dir:builtins.h>"
+$write tf "#include <non_existent_dir:builtins.h>"
 $write tf "#endif"
 $!
 $write tf ""
index be1278fcac66b113fd9ccd52596e021e7ea05e31..0bb61663c1c126ad1943b0f1ff5c6033fff403bf 100644 (file)
@@ -168,8 +168,8 @@ in other ways.  Product files (.EXE, .H, .LIS, .MAP, .OBJ, .OLB, ...)
 should be produced in an architecture-specific subdirectory under this
 directory ([.ALPHA], [.IA64], [.VAX]).
 
-The file curl_gnv_build_steps.txt contains information on buildling using
-the GNV tool kit, building a shared libcurl, and producting a PCSI kit for
+The file curl_gnv_build_steps.txt contains information on building using
+the GNV tool kit, building a shared libcurl, and producing a PCSI kit for
 distribution.  The curl_gnv_build_steps.text is included in the release
 notes file of the PCSI kit.
 
index 254e2412e34e6f2bf4abfa2d1e4bab32fbfd59b3..8e9f190b78e7a1d10468e67a85da836fbf1556fe 100644 (file)
@@ -21,7 +21,7 @@ file
 missing file:// file
  </name>
  <command>
-file://localhost/%PWD/log/non-existant-file.txt
+file://localhost/%PWD/log/non-existent-file.txt
 </command>
 </client>
 
index e8b71bedf2f96e34d5e732828656d12e4e5b4478..34e02dd7a35bdd1a15a7f2fb39ba0a9767818b1b 100644 (file)
@@ -48,7 +48,7 @@
  *                        0 - no auth
  *                        1 - GSSAPI (not supported)
  *                        2 - user + password
- * "response [number]" - the decimal number to repsond to a connect
+ * "response [number]" - the decimal number to respond to a connect
  *                       SOCKS5: 0 is OK, SOCKS4: 90 is ok
  *
  */