From d4d5bce2da0d22b25485da3904f9f5fc11d7fcd4 Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Mon, 25 Nov 2024 13:37:56 +0200 Subject: [PATCH] Fix typo in description of s3_ssl_no_verify --- storage/maria/ha_s3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/maria/ha_s3.cc b/storage/maria/ha_s3.cc index 722cd67e3a9..b8e6b2d0a10 100644 --- a/storage/maria/ha_s3.cc +++ b/storage/maria/ha_s3.cc @@ -226,7 +226,7 @@ static MYSQL_SYSVAR_BOOL(use_http, s3_use_http, NULL /*check*/, NULL /*update*/, 0 /*default*/); static MYSQL_SYSVAR_BOOL(ssl_no_verify, s3_ssl_no_verify, PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY, - "If true, SSL certificate verifiction for the S3 endpoint is disabled", + "If true, SSL certificate verification for the S3 endpoint is disabled", NULL, NULL, 0); static MYSQL_SYSVAR_STR(access_key, s3_tmp_access_key, PLUGIN_VAR_RQCMDARG | PLUGIN_VAR_READONLY | PLUGIN_VAR_MEMALLOC,