From 0dfdab03fa04c746b27c1c4a7fc4448931ba07d5 Mon Sep 17 00:00:00 2001 From: auouymous Date: Tue, 18 Jun 2024 00:00:08 -0600 Subject: [PATCH] Fix typo. --- src/binding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/binding.c b/src/binding.c index 82d22a7..3bbc58c 100644 --- a/src/binding.c +++ b/src/binding.c @@ -105,7 +105,7 @@ int bind_input() return EXIT_FAILURE; } // Open the keyboard device - log("info: attempting to cature: '%s'\n", input_event_path); + log("info: attempting to capture: '%s'\n", input_event_path); input_file_descriptor = open(input_event_path, O_RDONLY); if (input_file_descriptor < 0) {