We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247bafe commit 82276ceCopy full SHA for 82276ce
visualvm/libs.profiler/lib.profiler.ui/src/org/graalvm/visualvm/lib/ui/swing/ProfilerTableHover.java
@@ -95,7 +95,7 @@ static void install(ProfilerTable table) {
95
96
private Popup popup;
97
private Point popupLocation; // topleft popup corner, table coords
98
- private Rectangle popupRect; // visible cell rect, screeen coords
+ private Rectangle popupRect; // visible cell rect, screen coords
99
100
private AWT awt;
101
private Mouse mouse;
0 commit comments