Skip to content

Commit cea7066

Browse files
author
Ikko Ashimine
authored
3.x: fix typo in FlowableRetryTest.java (#7223)
seperate -> separate
1 parent 11b50a5 commit cea7066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/reactivex/rxjava3/internal/operators/flowable/FlowableRetryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ public void run() {
621621
}
622622
}
623623

624-
/** Observer for listener on seperate thread. */
624+
/** Observer for listener on separate thread. */
625625
static final class AsyncSubscriber<T> extends DefaultSubscriber<T> {
626626

627627
protected CountDownLatch latch = new CountDownLatch(1);

0 commit comments

Comments
 (0)