From 7ea3a33d72cea41a836c965f7b6c86eda32b4980 Mon Sep 17 00:00:00 2001 From: Jonathan Basseri Date: Tue, 12 May 2015 19:39:22 -0700 Subject: [PATCH] Fix typo possibly -> possible. Change-Id: I3729109620355a2dd8343210354aace5008dcc68 --- core/java/android/content/pm/PackageManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index 6401fe63a73f8..936f274874776 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -2601,7 +2601,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.