diff --git a/en/cgi/dosendpr.cgi b/en/cgi/dosendpr.cgi
index f7703e167d..9fce79ac41 100755
--- a/en/cgi/dosendpr.cgi
+++ b/en/cgi/dosendpr.cgi
@@ -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);
diff --git a/en/cgi/ports.cgi b/en/cgi/ports.cgi
index 0afb3e5dba..68e65bb6db 100755
--- a/en/cgi/ports.cgi
+++ b/en/cgi/ports.cgi
@@ -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 {
© 1996-2002 by Wolfram Schneider. All rights reserved.
};
- #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.64 2003/03/04 11:56:15 roam Exp $} . "
\n";
+ #print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.65 2003/03/14 08:19:26 wosch Exp $} . "
\n";
print qq{Please direct questions about this service to
$mailto
\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);
}
}