of the variable. Variable content holding null bytes that are not encoded when
expanded, will cause error.
-Exmaple: get the contents of a file called $HOME/.secret into a variable
+Example: get the contents of a file called $HOME/.secret into a variable
called "fix". Make sure that the content is trimmed and percent-encoded sent
as POST data:
returns CURLE_PEER_FAILED_VERIFICATION */
curl_easy_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0L);
- /* Letting the wrong host name in the certficate be okay, the transfer
+ /* Letting the wrong host name in the certificate be okay, the transfer
goes through but will (most likely) cause a 404 or similar because it
sends an unknown name in the Host: header field */
res = curl_easy_perform(curl);
}
elsif(($first eq "*") && ($word !~ /(for|if|while|switch)/)) {
# A "(*" beginning makes the space OK because it wants to
- # allow funcion pointer declared
+ # allow function pointer declared
}
elsif($1 =~ / *typedef/) {
# typedefs can use space-paren
# Decode the function name and arguments
my $argsarrayref = thaw $buf;
- # The name of the function to call is the frist argument
+ # The name of the function to call is the first argument
my $funcname = shift @$argsarrayref;
# print "ipcrecv $funcname\n";
curl executable in the build tree.
.IP "-d"
Enable protocol debug: have the servers display protocol output. If used in
-conjuction with parallel testing, it will be difficult to associate the logs
+conjunction with parallel testing, it will be difficult to associate the logs
with the test being run.
.IP "-E <exclude_file>"
Load the \fBexclude_file\fP with additional reasons why certain tests
.IP "-u"
Error instead of warning on server unexpectedly alive.
.IP "-v"
-Enable verbose output. Speaks more than by default. If used in conjuction with
+Enable verbose output. Speaks more than by default. If used in conjunction with
parallel testing, it will be difficult to associate the logs with the test
being run.
.IP "-vc <curl>"
stopserver($server, "$sshpid $pid2");
$doesntrun{$pidfile} = 1;
$sshpid = $pid2 = 0;
- logmsg "RUN: failed to verifty the $srvrname server on $port\n";
+ logmsg "RUN: failed to verify the $srvrname server on $port\n";
return (5, 0, 0, 0);
}
# we're happy, no need to loop anymore!