gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 08/264: cleanup: fix some text/comment typos


From: gnunet
Subject: [gnurl] 08/264: cleanup: fix some text/comment typos
Date: Thu, 30 Apr 2020 16:05:11 +0200

This is an automated email from the git hooks/post-receive script.

nikita pushed a commit to branch master
in repository gnurl.

commit af07875c0d0236a79c1639b01af60568ca95b9db
Author: Viktor Szakats <address@hidden>
AuthorDate: Thu Mar 12 12:15:22 2020 +0000

    cleanup: fix some text/comment typos
    
    Closes #5087
---
 packages/vms/curl_gnv_build_steps.txt | 2 +-
 tests/FILEFORMAT                      | 2 +-
 tests/ftpserver.pl                    | 4 ++--
 tests/unit/unit1300.c                 | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/vms/curl_gnv_build_steps.txt 
b/packages/vms/curl_gnv_build_steps.txt
index 9072b20a2..8fc4c953f 100644
--- a/packages/vms/curl_gnv_build_steps.txt
+++ b/packages/vms/curl_gnv_build_steps.txt
@@ -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
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT
index 16e7d3092..653984905 100644
--- a/tests/FILEFORMAT
+++ b/tests/FILEFORMAT
@@ -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>
diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl
index 431bd2586..89240fc76 100755
--- a/tests/ftpserver.pl
+++ b/tests/ftpserver.pl
@@ -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) {
diff --git a/tests/unit/unit1300.c b/tests/unit/unit1300.c
index 5d8799779..3e4c33ccc 100644
--- a/tests/unit/unit1300.c
+++ b/tests/unit/unit1300.c
@@ -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

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]