From 596ba0cedbd14211c2fc1646633b7aa360546c89 Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Fri, 9 Jul 2021 09:17:44 +0200 Subject: [PATCH] fix typo (#190) "optoin" -> "option" --- plugins/doc_fragments/mysql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/doc_fragments/mysql.py b/plugins/doc_fragments/mysql.py index 6d7a5468..b7a91529 100644 --- a/plugins/doc_fragments/mysql.py +++ b/plugins/doc_fragments/mysql.py @@ -67,7 +67,7 @@ class ModuleDocFragment(object): - Whether to validate the server host name when an SSL connection is required. Corresponds to MySQL CLIs C(--ssl) switch. - Setting this to C(false) disables hostname verification. Use with caution. - Requires pymysql >= 0.7.11. - - This optoin has no effect on MySQLdb. + - This option has no effect on MySQLdb. type: bool version_added: '1.1.0' requirements: