From 7c5047589409cdafc8a95fb604b478ae8e241c3c Mon Sep 17 00:00:00 2001 From: Nils Kneuper Date: Sun, 15 Feb 2009 12:45:04 +0000 Subject: [PATCH] of course there was a typo... --- .../public_html/wesnoth-gettext/westats/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php b/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php index da246be9155..f7838deb0fa 100755 --- a/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php +++ b/resources/gettext.wesnoth.org/public_html/wesnoth-gettext/westats/index.php @@ -35,7 +35,7 @@ if(!isset($_GET['package'])){ } if(!isset($_GET['version'])){ - $version = 'trnuk'; + $version = 'trunk'; }else{ $version = $_GET['version']; }