Applied several spelling fixes. (#6142)

This commit is contained in:
silvioprog
2020-03-31 15:08:34 -03:00
parent 6702e62023
commit bcffdf809f
42 changed files with 103 additions and 100 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ https_transfer_thread_adapter (void *args)
struct https_test_data *cargs = args;
int ret;
/* time spread incomming requests */
/* time spread incoming requests */
usleep ((useconds_t) 10.0 * ((double) rand ()) / ((double) RAND_MAX));
ret = test_https_transfer (NULL, cargs->port,
cargs->cipher_suite, cargs->proto_version);
@@ -98,7 +98,7 @@ test_single_client (void *cls, int port, const char *cipher_suite,
*
* @return: 0 upon all client requests returning '0', -1 otherwise.
*
* TODO : make client_count a parameter - numver of curl client threads to spawn
* TODO : make client_count a parameter - number of curl client threads to spawn
*/
static int
test_parallel_clients (void *cls, int port, const char *cipher_suite,