]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cleanup: fix some text/comment typos
authorViktor Szakats <commit@vsz.me>
Thu, 12 Mar 2020 12:15:22 +0000 (12:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Mar 2020 13:28:17 +0000 (14:28 +0100)
Closes #5087

packages/vms/curl_gnv_build_steps.txt
tests/FILEFORMAT
tests/ftpserver.pl
tests/unit/unit1300.c

index 9072b20a20967250781d2a407a5ebefba026e4ed..8fc4c953fd8a0c8fb24df0f432432cc854cd8a7f 100644 (file)
@@ -125,7 +125,7 @@ or
   $ @build_gnv_curl.com.
 
 The GNV configure procedure takes considerably longer than the DCL build
-procecure takes.  It is of use for testing the GNV build environment, and
+procedure takes.  It is of use for testing the GNV build environment, and
 may not have been kept up to date.
 
 The pcsi_product_gnv_curl.com needs the following logical names which
index 16e7d30925ade2e55ad9553787d8869501ae81c1..6539849051dd2a71f763fdbc744088658ca1f7b8 100644 (file)
@@ -459,7 +459,7 @@ compared with what is stored in the test file. This is pretty
 advanced. Example: "s/^EPRT .*/EPRT stripped/"
 </stripfile>
 <stripfile1>
-1 to 4 can be appended to 'stripfile' to strip the correspending <fileN>
+1 to 4 can be appended to 'stripfile' to strip the corresponding <fileN>
 content
 </stripfile1>
 <stripfile2>
index 431bd258627d93d9d419d99af64e4b114200acaf..89240fc76af02caba0cc8821124f099a4a1e71ca 100755 (executable)
@@ -333,7 +333,7 @@ sub eXsysread {
 sub read_mainsockf {
     my $scalar  = shift;
     my $nbytes  = shift;
-    my $timeout = shift; # Optional argument, if zero blocks indefinitively
+    my $timeout = shift; # Optional argument, if zero blocks indefinitely
     my $FH = \*SFREAD;
 
     if(not defined $timeout) {
@@ -357,7 +357,7 @@ sub read_mainsockf {
 sub read_datasockf {
     my $scalar = shift;
     my $nbytes = shift;
-    my $timeout = shift; # Optional argument, if zero blocks indefinitively
+    my $timeout = shift; # Optional argument, if zero blocks indefinitely
     my $FH = \*DREAD;
 
     if(not defined $timeout) {
index 5d879977905bcd3bd8f00317e17c3cb5d5e7f8dd..3e4c33cccbfeafa217bd56727840d0067864b0a7 100644 (file)
@@ -75,7 +75,7 @@ UNITTEST_START
   fail_unless(llist.head == NULL, "list head should initiate to NULL");
   fail_unless(llist.tail == NULL, "list tail should intiate to NULL");
   fail_unless(llist.dtor == test_curl_llist_dtor,
-               "list dtor shold initiate to test_curl_llist_dtor");
+               "list dtor should initiate to test_curl_llist_dtor");
 
   /**
    * testing Curl_llist_insert_next