diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-03 16:21:32 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-03 16:21:32 +0000 |
commit | a840159143376380c01491ecfadce9b157c8afac (patch) | |
tree | 76ca7718af074b84d7360229eaa64413aeadc5d4 /perl.req | |
parent | bcd28b426645e294520813da570f81621142b63f (diff) | |
download | rpm-setup-a840159143376380c01491ecfadce9b157c8afac.tar rpm-setup-a840159143376380c01491ecfadce9b157c8afac.tar.gz rpm-setup-a840159143376380c01491ecfadce9b157c8afac.tar.bz2 rpm-setup-a840159143376380c01491ecfadce9b157c8afac.tar.xz rpm-setup-a840159143376380c01491ecfadce9b157c8afac.zip |
Fix typo in comment
Diffstat (limited to 'perl.req')
-rwxr-xr-x | perl.req | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ foreach $module (sort keys %require) { # I am not using rpm3.0 so I do not want spaces arround my # operators. Also I will need to change the processing of the - # $RPM_* vairable when I upgrage. + # $RPM_* variable when I upgrade. print "perl($module) >= $require{$module}\n"; } |