From 2b60ca45a1e97bd62e84e5de6ebd353fef956a80 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Fri, 8 Jan 2016 17:53:18 -0800 Subject: [PATCH] Fix typo in javadoc Change-Id: I7a61f84f9d19d5ebc64c3a6e01eea42c3fac4fed --- core/java/android/content/pm/PackageManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/content/pm/PackageManager.java b/core/java/android/content/pm/PackageManager.java index 78f5908adb6ce..c325d3d356ccf 100644 --- a/core/java/android/content/pm/PackageManager.java +++ b/core/java/android/content/pm/PackageManager.java @@ -3623,7 +3623,7 @@ public abstract class PackageManager { * * @return Returns a List of ResolveInfo objects containing one entry for each * matching service, ordered from best to worst. In other words, the first - * item is what would be returned by {@link #resoveService}. If there are + * item is what would be returned by {@link #resolveService}. If there are * no matching services, an empty list or null is returned. * * @see #GET_META_DATA @@ -3658,7 +3658,7 @@ public abstract class PackageManager { * * @return Returns a List of ResolveInfo objects containing one entry for each * matching service, ordered from best to worst. In other words, the first - * item is what would be returned by {@link #resoveService}. If there are + * item is what would be returned by {@link #resolveService}. If there are * no matching services, an empty list or null is returned. * * @see #GET_META_DATA