8209740: typo in test/lib/jtreg/SkippedException.java

Reviewed-by: kvn
This commit is contained in:
Igor Ignatyev 2018-08-20 11:37:57 -07:00
parent 0afc1b41c3
commit 89a9456801

@ -24,7 +24,7 @@
package jtreg;
/**
* {@code SkippedException} is an exception treaded by jtreg as an indication
* {@code SkippedException} is an exception treated by jtreg as an indication
* of skipped status.
*/
public final class SkippedException extends RuntimeException {