diff --git a/core/java/android/content/ContentResolver.java b/core/java/android/content/ContentResolver.java index ba93a2063f05d..2bf4d7d3dd7ae 100644 --- a/core/java/android/content/ContentResolver.java +++ b/core/java/android/content/ContentResolver.java @@ -1535,7 +1535,7 @@ public abstract class ContentResolver { * for a whole class of content. * @param notifyForDescendents If true changes to URIs beginning with uri * will also cause notifications to be sent. If false only changes to the exact URI - * specified by uri will cause notifications to be sent. If true, than any URI values + * specified by uri will cause notifications to be sent. If true, any URI values * at or below the specified URI will also trigger a match. * @param observer The object that receives callbacks when changes occur. * @see #unregisterContentObserver