aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-03 16:21:32 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-03 16:21:32 +0000
commita840159143376380c01491ecfadce9b157c8afac (patch)
tree76ca7718af074b84d7360229eaa64413aeadc5d4
parentbcd28b426645e294520813da570f81621142b63f (diff)
downloadrpm-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
-rwxr-xr-xperl.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.req b/perl.req
index 888bfaf..6e9a7ee 100755
--- a/perl.req
+++ b/perl.req
@@ -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";
}