We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392fc35 commit c6f8ea4Copy full SHA for c6f8ea4
media/java/android/media/MediaPlayer.java
@@ -132,7 +132,7 @@
132
* <li>It is good programming practice to have your application
133
* register a OnErrorListener to look out for error notifications from
134
* the internal player engine.</li>
135
- * <li>IlleglStateException is
+ * <li>IllegalStateException is
136
* thrown to prevent programming errors such as calling {@link #prepare()},
137
* {@link #prepareAsync()}, or one of the overloaded <code>setDataSource
138
* </code> methods in an invalid state. </li>
0 commit comments