java/com.sap.sse.shared.android/src/com/sap/sse/shared/util/Wait.java
... ...
@@ -44,7 +44,7 @@ public class Wait {
44 44
/**
45 45
* Keeps evaluating {@code callable} until the result is tested successfully by the {@code successPredicate}, or the
46 46
* timeout, if provided in {@code optionalTimeoutEmptyMeansForever}, has expired. At least one attempt is made,
47
- * regarless how small the timeout. Sleeps {@code sleepBetweenAttempts} between subsequent attempts. Note that once
47
+ * regardless how small the timeout. Sleeps {@code sleepBetweenAttempts} between subsequent attempts. Note that once
48 48
* decided for starting another evaluation, that evaluation may surpass the timeout; but no new evaluation will be
49 49
* started after the timeout has expired. The {@code condition} will be evaluated at least once, even if a timeout
50 50
* of zero seconds has been specified. If no timeout is provided, the method will keep evaluating the