mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-20 09:40:38 +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:
@@ -70,7 +70,7 @@ sub new {
|
||||
return bless $self, $class;
|
||||
}
|
||||
|
||||
# Sub: _pasre_tabular
|
||||
# Sub: _parse_tabular
|
||||
# Parse a line from tabular horizontal output.
|
||||
#
|
||||
# Parameters:
|
||||
@@ -88,7 +88,7 @@ sub _parse_tabular {
|
||||
return (\%row, undef);
|
||||
}
|
||||
|
||||
# Sub: _pasre_tabular
|
||||
# Sub: _parse_tabular
|
||||
# Parse a line from tab-separated horizontal output.
|
||||
#
|
||||
# Parameters:
|
||||
|
Reference in New Issue
Block a user