Skip to content

Commit

Permalink
3.x: fix typo in ObservableRetryTest.java (#7277)
Browse files Browse the repository at this point in the history
seperate -> separate
  • Loading branch information
eltociear committed May 27, 2021
1 parent 771616c commit 1d7e8ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ public void run() {
}
}

/** Observer for listener on seperate thread. */
/** Observer for listener on separate thread. */
static final class AsyncObserver<T> extends DefaultObserver<T> {

protected CountDownLatch latch = new CountDownLatch(1);
Expand Down

0 comments on commit 1d7e8ac

Please sign in to comment.