From 878de6b7e10a41a471c5d82cb583650a6e178fb3 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 18 Feb 2018 04:59:38 +0000 Subject: [PATCH] spelling: recommendations --- mysqltuner.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqltuner.pl b/mysqltuner.pl index 4f8d5df..5c9ba16 100755 --- a/mysqltuner.pl +++ b/mysqltuner.pl @@ -1169,7 +1169,7 @@ sub get_log_file_real_path { } } -sub log_file_recommandations { +sub log_file_recommendations { $myvar{'log_error'} = get_log_file_real_path( $myvar{'log_error'}, $myvar{'hostname'}, $myvar{'datadir'} ); @@ -6134,7 +6134,7 @@ validate_mysql_version; # Check current MySQL version check_architecture; # Suggest 64-bit upgrade system_recommendations; # avoid to many service on the same host -log_file_recommandations; # check log file content +log_file_recommendations; # check log file content check_storage_engines; # Show enabled storage engines mysql_databases; # Show informations about databases mysql_tables; # Show informations about table column