Update Spec.pm

Fixed a typo in POD
This commit is contained in:
Justin Cook 2013-08-20 17:46:15 -05:00
parent 2256f515aa
commit a4d17346e2

View file

@ -136,7 +136,7 @@ support for the rest of the file very soon.
=head2 $spec = Parse::RPM::Spec->new('some_package.spec') =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 is the path to the spec file that you are interested in. Throws an exception
if it doesn't find a valid spec. if it doesn't find a valid spec.