commit | fcff691057fecdedd6d3033da672d1a473c76066 | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Jul 20 10:25:37 2010 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Jul 20 10:25:37 2010 -0700 |
tree | 1ed9dbe8ddf73f56fbc4d15e16825b77e5892078 | |
parent | 4df3ab54ebf8dfc0ce3160992d4d5b47e103b71f [diff] | |
parent | ae96f634eccf86ff80e339c9e9a2abbad3f2a02d [diff] |
merge from open-source master Change-Id: I2a8ec9d290fc1040ba53b9fe73f92b7f90dfdf16
diff --git a/core/java/android/app/ApplicationErrorReport.java b/core/java/android/app/ApplicationErrorReport.java index 6981cd6..48cbd46 100644 --- a/core/java/android/app/ApplicationErrorReport.java +++ b/core/java/android/app/ApplicationErrorReport.java
@@ -179,7 +179,7 @@ /** * 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