diff --git a/perl-Taint-Runtime.spec b/perl-Taint-Runtime.spec index 4295d51..1cee5d2 100644 --- a/perl-Taint-Runtime.spec +++ b/perl-Taint-Runtime.spec @@ -19,8 +19,8 @@ Requires: perl(Carp) %{?perl_default_filter} %description -This module enables runtime taint checking, for cases where the -T -switch on the commandline is not appropriate or viable. There are +This module enables run-time taint checking, for cases where the -T +switch on the command line is not appropriate or viable. There are a somewhat limited number of legitimate use cases where you should use this module instead of the -T switch. Unless you have a specific and good reason for not using the -T option, you should use the -T option.