Skip to content

Commit b368216

Browse files
committed
spelling: will
Signed-off-by: Josh Soref <[email protected]>
1 parent d4eeafe commit b368216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mbeans/src/org/graalvm/visualvm/modules/mbeans/TableSorter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private void sort(int column, boolean isAscending) {
124124
//
125125
// When we reach here the previous value is already validated, and the
126126
// old editor is closed, but the new editor might have opened.
127-
// It's this new editor that wil be cancelled here, if needed.
127+
// It's this new editor that will be cancelled here, if needed.
128128
//
129129
if (attrs != null && attrs.isEditing())
130130
attrs.cancelCellEditing();

0 commit comments

Comments
 (0)