diff options
author | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-06-26 18:14:31 +0000 |
---|---|---|
committer | tv <tv@971eb68f-4bfb-0310-8326-d2484c010a4c> | 2012-06-26 18:14:31 +0000 |
commit | 5db6ec0cdfd6c76c425182513311476ad140f347 (patch) | |
tree | 591c09fd1693945c16d4b1e818cde416b6fa5250 /RPM4 | |
parent | 29ae139099abfa1f56109af3541866e95026ad16 (diff) | |
download | perl-RPM4-5db6ec0cdfd6c76c425182513311476ad140f347.tar perl-RPM4-5db6ec0cdfd6c76c425182513311476ad140f347.tar.gz perl-RPM4-5db6ec0cdfd6c76c425182513311476ad140f347.tar.bz2 perl-RPM4-5db6ec0cdfd6c76c425182513311476ad140f347.tar.xz perl-RPM4-5db6ec0cdfd6c76c425182513311476ad140f347.zip |
typo fix
git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@223 971eb68f-4bfb-0310-8326-d2484c010a4c
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/src/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RPM4/src/Makefile.PL b/RPM4/src/Makefile.PL index c87d9b3..c9be8d8 100644 --- a/RPM4/src/Makefile.PL +++ b/RPM4/src/Makefile.PL @@ -72,7 +72,7 @@ rpmconstanttbl.c: Makefile rpmh2tbl RPMCONSTTBL # This code is to reduce duplication of files # in fact it is only usefull for the maintainers of this module - # if you get the module from CPAN, those files are allready here + # if you get the module from CPAN, those files are already here # if you're building from svn, you need rpmconstant directory my $second = "copyrpmconstant: " . join(" ", @rpmconstantfiles) ."\n\n"; if(-d '../../rpmconstant') { |