| Index: ui/events/gesture_detection/filtered_gesture_provider.h
|
| diff --git a/ui/events/gesture_detection/filtered_gesture_provider.h b/ui/events/gesture_detection/filtered_gesture_provider.h
|
| index 5f937c10e6e8c4426a9c5b256f63e500fb2f66d2..21b9a961472a1e00e4d887843bb9721556d329db 100644
|
| --- a/ui/events/gesture_detection/filtered_gesture_provider.h
|
| +++ b/ui/events/gesture_detection/filtered_gesture_provider.h
|
| @@ -29,7 +29,7 @@ class GESTURE_DETECTION_EXPORT FilteredGestureProvider
|
|
|
| // True if |event| was both valid and successfully handled by the
|
| // gesture provider. Otherwise, false, in which case the caller should drop
|
| - // |event| and cease furthe propagation.
|
| + // |event| and cease further propagation.
|
| bool succeeded;
|
|
|
| // Whether |event| produced scrolling motion, either the start of a scroll,
|
|
|