@@ -6053,7 +6053,7 @@ public final Observable<T> repeat(final long count, Scheduler scheduler) {
60536053 * </dl>
60546054 *
60556055 * @param notificationHandler
6056- * recieves an Observable of notifications with which a user can complete or error, aborting the repeat.
6056+ * receives an Observable of notifications with which a user can complete or error, aborting the repeat.
60576057 * @param scheduler
60586058 * the {@link Scheduler} to emit the items on
60596059 * @return the source Observable modified with repeat logic
@@ -6080,7 +6080,7 @@ public final Observable<T> repeatWhen(Func1<? super Observable<? extends Notific
60806080 * </dl>
60816081 *
60826082 * @param notificationHandler
6083- * recieves an Observable of notifications with which a user can complete or error, aborting the repeat.
6083+ * receives an Observable of notifications with which a user can complete or error, aborting the repeat.
60846084 * @return the source Observable modified with repeat logic
60856085 * @see <a href="https://github.com/Netflix/RxJava/wiki/Creating-Observables#repeatwhen">RxJava Wiki: repeatWhen()</a>
60866086 * @see <a href="http://msdn.microsoft.com/en-us/library/hh229428.aspx">MSDN: Observable.Repeat</a>
@@ -6757,7 +6757,7 @@ public final Observable<T> retry(Func2<Integer, Throwable, Boolean> predicate) {
67576757 * </dl>
67586758 *
67596759 * @param notificationHandler
6760- * recieves an Observable of notifications with which a user can complete or error, aborting the
6760+ * receives an Observable of notifications with which a user can complete or error, aborting the
67616761 * retry
67626762 * @return the source Observable modified with retry logic
67636763 * @see <a href="https://github.com/Netflix/RxJava/wiki/Error-Handling-Operators#retrywhen">RxJava Wiki: retryWhen()</a>
@@ -6781,7 +6781,7 @@ public final Observable<T> retryWhen(Func1<? super Observable<? extends Notifica
67816781 * </dl>
67826782 *
67836783 * @param notificationHandler
6784- * recieves an Observable of notifications with which a user can complete or error, aborting the
6784+ * receives an Observable of notifications with which a user can complete or error, aborting the
67856785 * retry
67866786 * @param scheduler
67876787 * the {@link Scheduler} on which to subscribe to the source Observable
0 commit comments