diff options
-rw-r--r-- | web/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.php b/web/index.php index b0d2267..01550c1 100644 --- a/web/index.php +++ b/web/index.php @@ -25,7 +25,7 @@ foreach ($navlist as $file => $alias) { echo "</li>\n"; } ?> - <li><a href="http://svn.icculus.org/quake3/trunk">Subvesion Web</a></li> + <li><a href="http://svn.icculus.org/quake3/trunk">Subversion Web</a></li> </ul> <div id="content"> <?php include_safe("$page.php"); ?> |