Skip to content

Commit

Permalink
Fix typo in AccessibleAttribute.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 8f5783b commit 536481a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public enum AccessibleAttribute {
HORIZONTAL_SCROLLBAR(Node.class),

/**
* Returns true of the node is indeterminaite, otherwise false.
* Returns true of the node is indeterminate, otherwise false.
* <ul>
* <li>Used by: CheckBox and ProgressIndicator </li>
* <li>Needs notify: yes </li>
Expand Down

0 comments on commit 536481a

Please sign in to comment.