From: Pauli Date: Mon, 17 May 2021 02:59:19 +0000 (+1000) Subject: test: fix typo in comment in threadstest.c X-Git-Tag: openssl-3.0.0-beta1~420 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3135f56a663711a1234e3d419aaae5fe6915f7f;p=thirdparty%2Fopenssl.git test: fix typo in comment in threadstest.c Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/15278) --- diff --git a/test/threadstest.c b/test/threadstest.c index 4f05cbec544..cb9817aa28a 100644 --- a/test/threadstest.c +++ b/test/threadstest.c @@ -366,7 +366,7 @@ static void thread_provider_load_unload(void) * Test 2: Simple fetch worker * Test 3: Worker downgrading a shared EVP_PKEY * Test 4: Worker using a shared EVP_PKEY - * Test 5: Workder loading and unloading a provider + * Test 5: Worker loading and unloading a provider */ static int test_multi(int idx) {