summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorJonathan Basseri <misterikkit@google.com>2015-06-11 01:51:31 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-06-11 01:51:31 +0000
commitf025df1c1c0b2cd90ba19404b50a26183531ebd8 (patch)
treeb72599cc3783dc130c56f37d0b4bee38758efc16 /core/java/android
parent7875cae406d406db4521aeb42aa07ddec68d8544 (diff)
parentf823a7f7d41c5f56e638435cf59c2ebb8e05cc57 (diff)
am f823a7f7: am 95120bbb: Merge "Fix typo possibly -> possible." into mnc-dev
* commit 'f823a7f7d41c5f56e638435cf59c2ebb8e05cc57': Fix typo possibly -> possible.
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/content/pm/PackageManager.java2
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.