summaryrefslogtreecommitdiff
path: root/ext/wpe/gstwpesrc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wpe/gstwpesrc.cpp')
-rw-r--r--ext/wpe/gstwpesrc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wpe/gstwpesrc.cpp b/ext/wpe/gstwpesrc.cpp
index 98ade7fa3..09cb77fe7 100644
--- a/ext/wpe/gstwpesrc.cpp
+++ b/ext/wpe/gstwpesrc.cpp
@@ -338,7 +338,7 @@ gst_wpe_src_event (GstPad * pad, GstObject * parent, GstEvent * event)
case GST_NAVIGATION_EVENT_KEY_RELEASE:
if (gst_navigation_event_parse_key_event (event, &key)) {
/* FIXME: This is wrong... The GstNavigation API should pass
- hardware-level informations, not high-level keysym strings */
+ hardware-level information, not high-level keysym strings */
uint32_t keysym =
(uint32_t) xkb_keysym_from_name (key, XKB_KEYSYM_NO_FLAGS);
struct wpe_input_keyboard_event wpe_event;