From cce5e4f4a2c09ee11fa20ec1f8adf2a0f5b088db Mon Sep 17 00:00:00 2001 From: kopriva Date: Thu, 4 Oct 2018 14:09:04 -0700 Subject: [PATCH] docs: bug 37127405, typo Test: make ds-docs Bug: 37127405 Change-Id: I40892ad7248d95a562d6af448ce4d475c79fd19f Exempt-From-Owner-Approval: Docs-only change --- media/java/android/media/MediaPlayer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/java/android/media/MediaPlayer.java b/media/java/android/media/MediaPlayer.java index 97d0a6ecd6a38..3151c2818d71d 100644 --- a/media/java/android/media/MediaPlayer.java +++ b/media/java/android/media/MediaPlayer.java @@ -226,7 +226,7 @@ import java.util.Vector; * transfers the object to the Prepared state once the method call * returns, or a call to {@link #prepareAsync()} (asynchronous) which * first transfers the object to the Preparing state after the - * call returns (which occurs almost right way) while the internal + * call returns (which occurs almost right away) while the internal * player engine continues working on the rest of preparation work * until the preparation work completes. When the preparation completes or when {@link #prepare()} call returns, * the internal player engine then calls a user supplied callback method,