OSDN Git Service

typo fixed
authorMadan Ankapura <mankapur@sta.samsung.com>
Sat, 19 Jun 2010 01:16:58 +0000 (18:16 -0700)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 5 Aug 2011 08:05:40 +0000 (16:05 +0800)
Change-Id: Ie7cff39929ae53ce03409afadcae58548ec22cc8

core/java/android/app/ApplicationErrorReport.java

index 8f940d5..2382596 100644 (file)
@@ -188,7 +188,7 @@ public class ApplicationErrorReport implements Parcelable {
     /**
      * Return activity in receiverPackage that handles ACTION_APP_ERROR.
      *
-     * @param pm PackageManager isntance
+     * @param pm PackageManager instance
      * @param errorPackage package which caused the error
      * @param receiverPackage candidate package to receive the error
      * @return activity component within receiverPackage which handles