Correct some user visible typo's.

This commit is contained in:
Ceri Davies 2003-05-15 12:08:05 +00:00
parent 4239eefeba
commit 3fe1d85edc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16905
2 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@
# GNU General Public License Version 2.
# (http://www.gnu.ai.mit.edu/copyleft/gpl.html)
#
# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.10 2002/11/02 01:21:41 ceri Exp $
# $FreeBSD: www/en/cgi/dosendpr.cgi,v 1.11 2002/11/02 01:22:44 ceri Exp $
require "html.pl";
@ -66,7 +66,7 @@ sub prerror {
&html_title ("Problem Report Error");
&html_body();
print "There is an error in the configuration of the problem\n",
"report form genator. Please back up one page and report\n",
"report form generator. Please back up one page and report\n",
"the problem to the owner of that page. Report $_[0].";
&html_end();
exit (1);

View file

@ -24,7 +24,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: www/en/cgi/ports.cgi,v 1.64 2003/03/04 11:56:15 roam Exp $
# $FreeBSD: www/en/cgi/ports.cgi,v 1.65 2003/03/14 08:19:26 wosch Exp $
#
# ports.cgi - search engine for FreeBSD ports
# o search for a port by name or description
@ -584,7 +584,7 @@ sub footer {
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
&copy; 1996-2002 by Wolfram Schneider. All rights reserved.<br>
};
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.64 2003/03/04 11:56:15 roam Exp $} . "<br>\n";
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.65 2003/03/14 08:19:26 wosch Exp $} . "<br>\n";
print qq{Please direct questions about this service to
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
print qq{General questions about FreeBSD ports should be sent to } .
@ -624,7 +624,7 @@ sub check_input {
$time !~ /^rev[1-9]+\.[0-9]+$/
)
{
&warn("unkwnon date: `$time'\n");
&warn("unknown date: `$time'\n");
&exit(0);
}
}