mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-02 02:34:19 +00:00
War on typos Act 1 (#655)
* Fix typos in lib/ directory * Update generated bin/ files * PR 655 - War on typos Act 1 #655 - Updated modules in tools that were not updated - Fixed tests to reflect proposed changes --------- Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
@@ -101,7 +101,7 @@ sub _parse_spec {
|
||||
die "$var is not a variable name\n" unless $var =~ m/^[a-zA-Z_]+$/;
|
||||
|
||||
if ( !$val ) {
|
||||
PTDEBUG && _d('Will get intial value for', $var, 'later');
|
||||
PTDEBUG && _d('Will get initial value for', $var, 'later');
|
||||
$max_val_for{$var} = undef;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user