diff options
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"; } |