Skip to content

Commit e11c09b

Browse files
committed
spelling: support
Signed-off-by: Josh Soref <[email protected]>
1 parent 0dd1296 commit e11c09b

File tree

1 file changed

+2
-2
lines changed
  • visualvm/libs.profiler/lib.profiler.ui/src/org/graalvm/visualvm/lib/ui

1 file changed

+2
-2
lines changed

visualvm/libs.profiler/lib.profiler.ui/src/org/graalvm/visualvm/lib/ui/UIUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public static Color getUnfocusedSelectionBackground() {
314314
unfocusedSelBg = UIManager.getColor("controlShadow"); //NOI18N
315315

316316
if (unfocusedSelBg == null) {
317-
//Okay, the look and feel doesn't suport it, punt
317+
//Okay, the look and feel doesn't support it, punt
318318
unfocusedSelBg = Color.lightGray;
319319
}
320320

@@ -341,7 +341,7 @@ public static Color getUnfocusedSelectionForeground() {
341341
unfocusedSelFg = UIManager.getColor("textText"); //NOI18N
342342

343343
if (unfocusedSelFg == null) {
344-
//Okay, the look and feel doesn't suport it, punt
344+
//Okay, the look and feel doesn't support it, punt
345345
unfocusedSelFg = Color.BLACK;
346346
}
347347
}

0 commit comments

Comments
 (0)