From e44d9974dd9d7c920f1e892cc9fb25efc4e76cc9 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Tue, 27 Jun 2023 02:11:20 +0200 Subject: [PATCH] comment language 'typo' --- src/uni-nav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uni-nav.c b/src/uni-nav.c index a8c841b..ac340c4 100755 --- a/src/uni-nav.c +++ b/src/uni-nav.c @@ -196,7 +196,7 @@ uni_nav_expose_drawing_area (GtkWidget * widget, /** * uni_nav_key_press: * - * Keyboard events are catched just to forward them to the + * Keyboard events are caught just to forward them to the * #UniImageView which responds to them. That way, keyboard navigation * in #UniNav behaves consistently with #UniImageView. **/