From 940c25c3559a6996bc7fec6e98ada657342d5b6c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 18 Feb 2018 04:41:14 +0000 Subject: [PATCH] spelling: authentication --- USAGE.md | 2 +- mysqltuner.pl | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/USAGE.md b/USAGE.md index bb9a426..f56d4a6 100644 --- a/USAGE.md +++ b/USAGE.md @@ -9,7 +9,7 @@ Allow MySQL server to run for at least 24-48 hours before trusting suggestions Some routines may require root level privileges (script will provide warnings) You must provide the remote server's total memory when connecting to other servers -# CONNECTION AND AUTHENTIFICATION +# CONNECTION AND AUTHENTICATION --host Connect to a remote host to perform tests (default: localhost) --socket Use a different socket for a local connection diff --git a/mysqltuner.pl b/mysqltuner.pl index 1e0a61a..135e52c 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -128,7 +128,7 @@ GetOptions( -sections => [ "NAME", "IMPORTANT USAGE GUIDELINES", - "CONNECTION AND AUTHENTIFICATION", + "CONNECTION AND AUTHENTICATION", "PERFORMANCE AND REPORTING OPTIONS", "OUTPUT OPTIONS" ] @@ -141,7 +141,7 @@ if ( defined $opt{'help'} && $opt{'help'} == 1 ) { -sections => [ "NAME", "IMPORTANT USAGE GUIDELINES", - "CONNECTION AND AUTHENTIFICATION", + "CONNECTION AND AUTHENTICATION", "PERFORMANCE AND REPORTING OPTIONS", "OUTPUT OPTIONS" ] @@ -6182,7 +6182,7 @@ Allow MySQL server to run for at least 24-48 hours before trusting suggestions Some routines may require root level privileges (script will provide warnings) You must provide the remote server's total memory when connecting to other servers -=head1 CONNECTION AND AUTHENTIFICATION +=head1 CONNECTION AND AUTHENTICATION --host Connect to a remote host to perform tests (default: localhost) --socket Use a different socket for a local connection