From 452c415148d54b3a65cb6eabf5d54aac5535fdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 29 Oct 2012 15:49:19 +0100 Subject: [PATCH] Fix some typos --- perl-Taint-Runtime.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.