summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Basseri <misterikkit@google.com>2015-06-11 00:44:42 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-11 00:44:46 +0000
commit95120bbb6fb8d36d52e32d6d8d5435fc92318ca7 (patch)
tree5fb4b95d1a13df8c469f064fecc392167a2655ee
parent3aa16d761efb970f16aa913dcda9a3cc458cc227 (diff)
parent7ea3a33d72cea41a836c965f7b6c86eda32b4980 (diff)
downloadframeworks_base-95120bbb6fb8d36d52e32d6d8d5435fc92318ca7.zip
frameworks_base-95120bbb6fb8d36d52e32d6d8d5435fc92318ca7.tar.gz
frameworks_base-95120bbb6fb8d36d52e32d6d8d5435fc92318ca7.tar.bz2
Merge "Fix typo possibly -> possible." into mnc-dev
-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 68092c8..c3f2c43 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.