diff options
| author | Jonathan Basseri <misterikkit@google.com> | 2015-06-11 02:34:52 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-06-11 02:34:52 +0000 |
| commit | f3ee1f15c32ca9c14da93eda7426bc01f1188f88 (patch) | |
| tree | 3adb424d0b2cc7740c15e9509d3fbc04f7bf8ae3 /core/java/android | |
| parent | 55ae7fd60641223be81452aa60604d26cd2f66fd (diff) | |
| parent | f025df1c1c0b2cd90ba19404b50a26183531ebd8 (diff) | |
am f025df1c: am f823a7f7: am 95120bbb: Merge "Fix typo possibly -> possible." into mnc-dev
* commit 'f025df1c1c0b2cd90ba19404b50a26183531ebd8':
Fix typo possibly -> possible.
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/content/pm/PackageManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index 68092c86aaa5..c3f2c43ac43b 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -2636,7 +2636,7 @@ public abstract class PackageManager { /** * Retrieve the official name associated with a user id. This name is - * guaranteed to never change, though it is possibly for the underlying + * guaranteed to never change, though it is possible for the underlying * user id to be changed. That is, if you are storing information about * user ids in persistent storage, you should use the string returned * by this function instead of the raw user-id. |
