mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-21 09:09:06 +00:00
Fix typo
This commit is contained in:
parent
d822ecd81d
commit
593b241e6a
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ sub _generate_pod {
|
|||
output '=head1 ', $self->loc('NAME');
|
||||
output "$Script - ", $self->loc("Cluster administration tool");
|
||||
output '=head1 ', $self->loc('VERSION');
|
||||
output $self->loc( "This documenation is for version: [_1]",
|
||||
output $self->loc( "This documentation is for version: [_1]",
|
||||
$self->parent->VERSION );
|
||||
output '=head1 ', $self->loc('SYNOPSIS');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue