Minor spelling correction

This commit is contained in:
Michael R Mawhinney Jr 2016-11-09 22:29:34 -05:00
parent 5ff291d6b9
commit 947856901a

View file

@ -5122,7 +5122,7 @@ sub mysql_innodb {
} }
} }
if ( defined $myvar{'innodb_thread_concurrency'} ) { if ( defined $myvar{'innodb_thread_concurrency'} ) {
infoprint "InnoDB Thread Cucurrency: " infoprint "InnoDB Thread Concurrency: "
. $myvar{'innodb_thread_concurrency'}; . $myvar{'innodb_thread_concurrency'};
} }