From a4d17346e244ce81103e78665be314c0d2140b85 Mon Sep 17 00:00:00 2001 From: Justin Cook Date: Tue, 20 Aug 2013 17:46:15 -0500 Subject: [PATCH] Update Spec.pm Fixed a typo in POD --- lib/Parse/RPM/Spec.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Parse/RPM/Spec.pm b/lib/Parse/RPM/Spec.pm index d1d684e..f757a67 100644 --- a/lib/Parse/RPM/Spec.pm +++ b/lib/Parse/RPM/Spec.pm @@ -136,7 +136,7 @@ support for the rest of the file very soon. =head2 $spec = Parse::RPM::Spec->new('some_package.spec') -Creates a new Parse::EPM::Spec object. Takes one mandatory parameter which +Creates a new Parse::RPM::Spec object. Takes one mandatory parameter which is the path to the spec file that you are interested in. Throws an exception if it doesn't find a valid spec.