summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mariah Papy <mariahpapy@google.com> 2024-02-01 21:30:45 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-02-01 21:30:45 +0000
commite0343f2c79536a1f2a1bf9ee614c98cb74d47104 (patch)
tree3c650291f9569eb9f9fc749d350ff3139270eac5
parenta775593c9e193dda51cc701a926a560d7bffa7b7 (diff)
parented7101ae8ddab93b10d1afa58ceaf1c9c9dd437f (diff)
Merge "Small typo fix" into main
-rw-r--r--core/java/android/content/ContentProvider.java2
-rw-r--r--core/java/android/content/ContentResolver.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/content/ContentProvider.java b/core/java/android/content/ContentProvider.java
index 2200af679531..c5356fe4f49b 100644
--- a/core/java/android/content/ContentProvider.java
+++ b/core/java/android/content/ContentProvider.java
@@ -182,7 +182,7 @@ public abstract class ContentProvider implements ContentInterface, ComponentCall
*
* @param context A Context object which should be some mock instance (like the
* instance of {@link android.test.mock.MockContext}).
- * @param readPermission The read permision you want this instance should have in the
+ * @param readPermission The read permission you want this instance should have in the
* test, which is available via {@link #getReadPermission()}.
* @param writePermission The write permission you want this instance should have
* in the test, which is available via {@link #getWritePermission()}.
diff --git a/core/java/android/content/ContentResolver.java b/core/java/android/content/ContentResolver.java
index b2cd7e90f291..a97ca0abb7b4 100644
--- a/core/java/android/content/ContentResolver.java
+++ b/core/java/android/content/ContentResolver.java
@@ -387,7 +387,7 @@ public abstract class ContentResolver implements ContentInterface {
* {@link Bundle} under {@link #EXTRA_HONORED_ARGS}.
* <li>When querying a provider, where no QUERY_ARG_SQL* otherwise exists in
* the arguments {@link Bundle}, the Content framework will attempt to
- * synthesize an QUERY_ARG_SQL* argument using the corresponding
+ * synthesize a QUERY_ARG_SQL* argument using the corresponding
* QUERY_ARG_SORT* values.
*/
public static final String QUERY_ARG_SORT_COLUMNS = "android:query-arg-sort-columns";