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 11b50a5 commit cea7066Copy full SHA for cea7066
src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableRetryTest.java
@@ -621,7 +621,7 @@ public void run() {
621
}
622
623
624
- /** Observer for listener on seperate thread. */
+ /** Observer for listener on separate thread. */
625
static final class AsyncSubscriber<T> extends DefaultSubscriber<T> {
626
627
protected CountDownLatch latch = new CountDownLatch(1);
0 commit comments