- fix spelling mistake in perl script

This commit is contained in:
Mark Vejvoda 2011-05-03 11:22:55 +00:00
parent cd4ef0eaf7
commit 62ae318e60
1 changed files with 2 additions and 2 deletions

View File

@ -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.<P>\n";
print HTML "Note: Keyboard assignment can be changed in glestuserkeys.ini.<P>\n";
print HTML "<TABLE BORDER=1><TH>Name<TH>Key\n";