From 62ae318e604155cca63229d3a3bc0462d59fcedf Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 3 May 2011 11:22:55 +0000 Subject: [PATCH] - fix spelling mistake in perl script --- .../convert_faction_xml2html/convert_faction_xml2html.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl index 4c4f4906..a86549aa 100755 --- a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl +++ b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl @@ -1481,13 +1481,13 @@ exit 0; sub create_glestkey_page { my $html_page = "glestkeys.html"; - my $title = "Keyboard Assingment"; + my $title = "Keyboard Assignment"; push @special_html_pages, "$html_page;$title"; my $outfile = "$out_path/$html_page"; open (HTML, "> $outfile") || die "can't write $outfile\n"; print HTML header($title); - print HTML "Note: Keyboard assingment can be changed in glestuserkeys.ini.

\n"; + print HTML "Note: Keyboard assignment can be changed in glestuserkeys.ini.

\n"; print HTML "
NameKey\n";