diff --git a/tools/libinput-record.c b/tools/libinput-record.c index 45fb02d7..f04d5cde 100644 --- a/tools/libinput-record.c +++ b/tools/libinput-record.c @@ -387,7 +387,7 @@ handle_evdev_frame(struct record_device *d) if (d->touch.slot_state == 0) { iprintf(d->fp, I_EVENT, - " # Touch device in neutral state\n"); + " # Touch device in neutral state\n"); } }