cleanup: fix some text/comment typos

Closes #5087
This commit is contained in:
Viktor Szakats 2020-03-12 12:15:22 +00:00 committed by Daniel Stenberg
parent d5c01d779f
commit af07875c0d
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 5 additions and 5 deletions

View file

@ -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) {