summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2006-08-22 23:48:50 +0000
committerDimitri Sokolyuk <demon@dim13.org>2006-08-22 23:48:50 +0000
commite9885a1fd577c624b07de55d797e34cd63be65b4 (patch)
tree5a4df62fd29cf770d0efa0631ae47e9a75c29b32
parentecf9e2e104a854a4fff6b502e2902de91355536a (diff)
fix typo
-rw-r--r--math/math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/math.c b/math/math.c
index 0388ee5..a1c577a 100644
--- a/math/math.c
+++ b/math/math.c
@@ -81,7 +81,7 @@ pr_foot(void)
puts("<p>Copyright &copy; 2006 <a href=\"http://www.vhost.dyndns.org/\">Dimitri A. Sokolyuk</a>");
puts("Worksheets are copyright their respective authors,");
puts("submission implies license to publish on this web site.");
- puts("This size runs as CGI on <a href=\"http://www.openbsd.org/\">OpenBSD</a>,");
+ puts("This site runs as CGI on <a href=\"http://www.openbsd.org/\">OpenBSD</a>,");
puts("the <a href=\"http://math.vhost.dyndns.org/math-src.tar.gz\">source code</a>");
puts("is <a href=\"http://www.opensource.org/licenses/mit-license.php\">MIT licensed</a>.</p>");