mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8321519: Typo in exception message
Reviewed-by: jpai
This commit is contained in:
parent
b5933b186f
commit
ead4fb1464
3 changed files with 3 additions and 3 deletions
|
@ -368,7 +368,7 @@ abstract class Poller {
|
|||
|
||||
// check power of 2
|
||||
if (count != Integer.highestOneBit(count)) {
|
||||
String msg = propName + " is set to a vale that is not a power of 2";
|
||||
String msg = propName + " is set to a value that is not a power of 2";
|
||||
throw new IllegalArgumentException(msg);
|
||||
}
|
||||
return count;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue