Fixed minor typo mistakes.

This commit is contained in:
trifonnt 2009-04-21 18:22:48 +00:00
parent 56a576c2b3
commit 6c675d0e6e
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public class CFrame extends JFrame
if (title != null)
{
int pos = title.indexOf('&');
if (pos != -1 && title.length() > pos) // We have a nemonic
if (pos != -1 && title.length() > pos) // We have a mnemonic
{
int mnemonic = title.toUpperCase().charAt(pos+1);
if (mnemonic != ' ')