Fixed spelling

This commit is contained in:
Caspian Rychlik-Prince 2003-09-08 16:39:04 +00:00
parent 4980aeb426
commit a16b6d1d38
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class HWCursorTest {
} catch (Exception e) {
e.printStackTrace();
}
if ((Mouse.getNativeCursorCaps() & Mouse.CURSOR_ONE_BIT_TRANSPARANCY) == 0) {
if ((Mouse.getNativeCursorCaps() & Mouse.CURSOR_ONE_BIT_TRANSPARENCY) == 0) {
System.out.println("No HW cursor support!");
System.exit(0);
}