diff --git a/core/java/android/widget/PopupWindow.java b/core/java/android/widget/PopupWindow.java index 41d3e3208ee23..bde620150b5cd 100644 --- a/core/java/android/widget/PopupWindow.java +++ b/core/java/android/widget/PopupWindow.java @@ -375,9 +375,9 @@ public class PopupWindow { } /** - * Set the flag on popup to ignore cheek press eventt; by default this flag + * Set the flag on popup to ignore cheek press events; by default this flag * is set to false - * which means the pop wont ignore cheek press dispatch events. + * which means the popup will not ignore cheek press dispatch events. * *
If the popup is showing, calling this method will take effect only * the next time the popup is shown or through a manual call to one of