Skip to content

Commit 5eaa5d1

Browse files
James DongAndroid (Google) Code Review
authored andcommitted
Merge "Fix a typo (dependant => dependent)" into jb-mr1-dev
2 parents 752281d + b10ec1f commit 5eaa5d1

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)