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 771616c commit 1d7e8acCopy full SHA for 1d7e8ac
src/test/java/io/reactivex/rxjava3/internal/operators/observable/ObservableRetryTest.java
@@ -572,7 +572,7 @@ public void run() {
572
}
573
574
575
- /** Observer for listener on seperate thread. */
+ /** Observer for listener on separate thread. */
576
static final class AsyncObserver<T> extends DefaultObserver<T> {
577
578
protected CountDownLatch latch = new CountDownLatch(1);
0 commit comments