diff --git a/tools/shared.c b/tools/shared.c index 10dda8ce..02c09dd9 100644 --- a/tools/shared.c +++ b/tools/shared.c @@ -312,7 +312,7 @@ tools_open_device(const char *path, bool verbose, bool *grab) device = libinput_path_add_device(li, path); if (!device) { - fprintf(stderr, "Failed to initialized device %s\n", path); + fprintf(stderr, "Failed to initialize device %s\n", path); libinput_unref(li); li = NULL; }