From: Bryce Harrington Date: Tue, 11 Oct 2016 23:06:44 +0000 (-0700) Subject: window: Fix 'devlivery' misspelling X-Git-Tag: upstream/5.0.0~806 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e57b6a13ab429e887eaf41a09cb15daf2de204ac;p=platform%2Fupstream%2Fweston.git window: Fix 'devlivery' misspelling --- diff --git a/clients/window.c b/clients/window.c index 1c53b5f..5e41210 100644 --- a/clients/window.c +++ b/clients/window.c @@ -3141,7 +3141,7 @@ keyboard_handle_key(void *data, struct wl_keyboard *keyboard, * ignore key presses if a grab is active. We expand the key * event delivery mechanism to route events to widgets to * properly handle key grabs. In the meantime, this prevents - * key event devlivery while a grab is active. */ + * key event delivery while a grab is active. */ if (input->grab && input->grab_button == 0) return;