diff --git a/mozilla/webtools/bugzilla/CGI.pl b/mozilla/webtools/bugzilla/CGI.pl index e70da5d4dad..a0f667af3b8 100644 --- a/mozilla/webtools/bugzilla/CGI.pl +++ b/mozilla/webtools/bugzilla/CGI.pl @@ -456,7 +456,7 @@ sub make_options { } print "
src = " . value_quote(join(' ', @$src)) . "\n";
print "default = " . value_quote($default) . "";
- Putfooter();
+ PutFooter();
# confess "Gulp.";
exit 0;