aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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";
}