Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b10ec1f4 authored by James Dong's avatar James Dong
Browse files

Fix a typo (dependant => dependent)

Change-Id: I0337bec1a26e852c32ea9f1ce54f270f79ee3ab1
parent 63954229
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2282,7 +2282,7 @@ public class MediaPlayer
         * <li>{@link #MEDIA_ERROR_SERVER_DIED}
         * </ul>
         * @param extra an extra code, specific to the error. Typically
         * implementation dependant.
         * implementation dependent.
         * @return True if the method handled the error, false if it didn't.
         * Returning false, or not having an OnErrorListener at all, will
         * cause the OnCompletionListener to be called.
@@ -2387,7 +2387,7 @@ public class MediaPlayer
         * <li>{@link #MEDIA_INFO_METADATA_UPDATE}
         * </ul>
         * @param extra an extra code, specific to the info. Typically
         * implementation dependant.
         * implementation dependent.
         * @return True if the method handled the info, false if it didn't.
         * Returning false, or not having an OnErrorListener at all, will
         * cause the info to be discarded.