From f91fab1b5a43d1a1cedf3db6b02ace4829b73909 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 23 May 2023 11:29:33 +0900 Subject: [PATCH] Fix typos Change-Id: I4a4f8330a9e649004867f69014028008b90f9a19 Signed-off-by: Jihoon Kim --- src/bin/e_comp_wl_input.c | 4 ++-- src/bin/e_input_evdev.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_comp_wl_input.c b/src/bin/e_comp_wl_input.c index 54dd3a5..200a453 100644 --- a/src/bin/e_comp_wl_input.c +++ b/src/bin/e_comp_wl_input.c @@ -53,7 +53,7 @@ static Eina_Bool use_cache_keymap = EINA_FALSE; static E_Comp_Wl_Hook *_surface_commit_hook = NULL; -/* default XKB values from enviroment variables */ +/* default XKB values from environment variables */ static char *_env_e_default_xkb_rules = NULL; static char *_env_e_default_xkb_model = NULL; static char *_env_e_default_xkb_layout = NULL; @@ -887,7 +887,7 @@ _e_comp_wl_input_pointer_constraint_create(E_Client *ec, if (!constraint) { - ERR("Could not allocate memory for pointer constrant: %m"); + ERR("Could not allocate memory for pointer constraint: %m"); return NULL; } diff --git a/src/bin/e_input_evdev.c b/src/bin/e_input_evdev.c index ded2609..56109caa 100644 --- a/src/bin/e_input_evdev.c +++ b/src/bin/e_input_evdev.c @@ -1476,7 +1476,7 @@ _scroll_value_get(struct libinput_event_pointer *pointer_event, enum libinput_po value = libinput_event_pointer_get_scroll_value(pointer_event, axis); if (comp_conf && comp_conf->input_log_enable) { - ELOGF("Scroll", "SOURCE_WHEELL value_v120: %lf (cf. value: %lf)", NULL, value_v120, value); + ELOGF("Scroll", "SOURCE_WHEEL value_v120: %lf (cf. value: %lf)", NULL, value_v120, value); } if (((int)value_v120 % E_INPUT_POINTER_AXIS_DISCRETE_STEP) != 0) { -- 2.7.4