diff options
Diffstat (limited to 'lib/ManaTools/Shared')
-rw-r--r-- | lib/ManaTools/Shared/CommandLine.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ManaTools/Shared/CommandLine.pm b/lib/ManaTools/Shared/CommandLine.pm index 9650e217..5a5aa811 100644 --- a/lib/ManaTools/Shared/CommandLine.pm +++ b/lib/ManaTools/Shared/CommandLine.pm @@ -70,7 +70,7 @@ has 'locales_dir' => ( isa => 'Str', is => 'ro', cmd_flag => 'locales-dir', - documentation => $loc->N('<dir> optional directory contanining localization strings (developer only)',) + documentation => $loc->N('<dir> optional directory containing localization strings (developer only)',) ); # Overriding help_flag from MooseX::Getopt::GLD so we can translate the usage string message |