mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 22:00:06 +01:00
Fixed a grammar error
This commit is contained in:
parent
345846729c
commit
cc370f53c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue