Skip to content

Commit b10ec1f

Browse files
author
James Dong
committed
Fix a typo (dependant => dependent)
Change-Id: I0337bec1a26e852c32ea9f1ce54f270f79ee3ab1
1 parent 6395422 commit b10ec1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media/java/android/media/MediaPlayer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ public interface OnErrorListener
22822282
* <li>{@link #MEDIA_ERROR_SERVER_DIED}
22832283
* </ul>
22842284
* @param extra an extra code, specific to the error. Typically
2285-
* implementation dependant.
2285+
* implementation dependent.
22862286
* @return True if the method handled the error, false if it didn't.
22872287
* Returning false, or not having an OnErrorListener at all, will
22882288
* cause the OnCompletionListener to be called.
@@ -2387,7 +2387,7 @@ public interface OnInfoListener
23872387
* <li>{@link #MEDIA_INFO_METADATA_UPDATE}
23882388
* </ul>
23892389
* @param extra an extra code, specific to the info. Typically
2390-
* implementation dependant.
2390+
* implementation dependent.
23912391
* @return True if the method handled the info, false if it didn't.
23922392
* Returning false, or not having an OnErrorListener at all, will
23932393
* cause the info to be discarded.

0 commit comments

Comments
 (0)