diff options
| author | 2014-08-28 17:12:23 +0900 | |
|---|---|---|
| committer | 2014-08-28 17:12:23 +0900 | |
| commit | 54ec76d81ac38284caa6d00ad5f2d2207206b9ce (patch) | |
| tree | 54ad5245b495fd74a5ac9cac7bfe41b0fcdd7892 | |
| parent | 2d3571cc17a5a6b1072951227d889ce14a3f88cf (diff) | |
PopupWindow: fix typo in doc comment
Change-Id: I3abf21274485632badb433010d46710b6076a47c
Signed-off-by: Shuhrat Dehkanov <k@efir.uz>
| -rw-r--r-- | core/java/android/widget/PopupWindow.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/widget/PopupWindow.java b/core/java/android/widget/PopupWindow.java index be20d2d836f8..e0c2ab4cdb6b 100644 --- a/core/java/android/widget/PopupWindow.java +++ b/core/java/android/widget/PopupWindow.java @@ -338,9 +338,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. * * <p>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 |