diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-09-18 01:44:46 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-09-18 01:44:46 +0000 |
commit | ada39fe63d552bd82b9b4c4f0e17f022fe2950d6 (patch) | |
tree | 8c96931dc4c9ced4721c97bc05d73c25f201475c | |
parent | 6e9ce1a296d334a468f2e76ba15d00be530b80bf (diff) | |
parent | 0febb23559dd4fa4452c1c29902cd9c04ae47418 (diff) |
Merge "Fix typo in IntentFilter documentation."
-rw-r--r-- | core/java/android/content/IntentFilter.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/content/IntentFilter.java b/core/java/android/content/IntentFilter.java index 212e13262433..7aa223cdf909 100644 --- a/core/java/android/content/IntentFilter.java +++ b/core/java/android/content/IntentFilter.java @@ -124,7 +124,7 @@ import java.util.Set; * * <p><strong>Data Authority</strong> matches if any of the given values match * the Intent's data authority <em>and</em> one of the data schemes in the filter - * has matched the Intent, <em>or</em> no authories were supplied in the filter. + * has matched the Intent, <em>or</em> no authorities were supplied in the filter. * The Intent authority is determined by calling * {@link Intent#getData} and {@link android.net.Uri#getAuthority} on that URI. * <em>Note that authority matching here is <b>case sensitive</b>, unlike |