Skip to content

Commit c6f8ea4

Browse files
committed
speling fix
Change-Id: Ia9db6e1c5d1cd31fd028d551cc357a76049ce137
1 parent 392fc35 commit c6f8ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media/java/android/media/MediaPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
* <li>It is good programming practice to have your application
133133
* register a OnErrorListener to look out for error notifications from
134134
* the internal player engine.</li>
135-
* <li>IlleglStateException is
135+
* <li>IllegalStateException is
136136
* thrown to prevent programming errors such as calling {@link #prepare()},
137137
* {@link #prepareAsync()}, or one of the overloaded <code>setDataSource
138138
* </code> methods in an invalid state. </li>

0 commit comments

Comments
 (0)