Fixed a grammar error

This commit is contained in:
pixl 2019-07-05 05:14:31 +00:00 committed by Peter Hutterer
parent 345846729c
commit cc370f53c4

View file

@ -312,7 +312,7 @@ tools_open_device(const char *path, bool verbose, bool *grab)
device = libinput_path_add_device(li, path); device = libinput_path_add_device(li, path);
if (!device) { if (!device) {
fprintf(stderr, "Failed to initialized device %s\n", path); fprintf(stderr, "Failed to initialize device %s\n", path);
libinput_unref(li); libinput_unref(li);
li = NULL; li = NULL;
} }