From: Daniel Boles Date: Sat, 29 Apr 2023 17:12:30 +0000 (+0100) Subject: EventController: Fix type "even propagation"→event X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~338 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a24a924a6bd0a3090da594b31681d55128d96d4c;p=gtk4.git EventController: Fix type "even propagation"→event --- diff --git a/gtk/gtkeventcontroller.c b/gtk/gtkeventcontroller.c index a6d110fad0..bc453a6382 100644 --- a/gtk/gtkeventcontroller.c +++ b/gtk/gtkeventcontroller.c @@ -32,7 +32,7 @@ * * See the chapter on [input handling](input-handling.html) for * an overview of the basic concepts, such as the capture and bubble - * phases of even propagation. + * phases of event propagation. */ #include "config.h"