From eda3f47208964f264655e4e29a5cea12a84f61ce Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Mon, 3 Oct 2011 14:09:55 +0100 Subject: [PATCH] Fix typo in documentation. --- 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 64a7f73..cdbf62d 100644 --- a/lib/Parse/RPM/Spec.pm +++ b/lib/Parse/RPM/Spec.pm @@ -105,7 +105,7 @@ Centos, SUSE, Mandriva and many more. RPMs are build from the source of a packages along with a spec file. The spec file controls how the RPM is built. -This module creates Perl objects which module spec files. Currently it gives +This module creates Perl objects which model spec files. Currently it gives you simple access to various pieces of information from the spec file. =head1 CAVEAT