am c8652199: merge from open-source master

Merge commit 'c8652199d14dc42edf882a8eb9e48a5fe0b6101d' into kraken

* commit 'c8652199d14dc42edf882a8eb9e48a5fe0b6101d':
  speling fix
This commit is contained in:
The Android Open Source Project
2010-04-28 15:54:35 -07:00
committed by Android Git Automerger

View File

@@ -133,7 +133,7 @@ import java.lang.ref.WeakReference;
* <li>It is good programming practice to have your application
* register a OnErrorListener to look out for error notifications from
* the internal player engine.</li>
* <li>IlleglStateException is
* <li>IllegalStateException is
* thrown to prevent programming errors such as calling {@link #prepare()},
* {@link #prepareAsync()}, or one of the overloaded <code>setDataSource
* </code> methods in an invalid state. </li>