input-switch: fix typo in error message

This commit is contained in:
Přemysl Eric Janouch 2017-02-09 20:25:53 +01:00
parent f22283ae89
commit 9e437bd921
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ main (int argc, char *argv[])
&& g_inputs[i].index == (int) index)
input_source = g_inputs[i].code;
if (!input_source)
exit_fatal ("unknown input_source: %s %lu", argv[1], index);
exit_fatal ("unknown input source: %s %lu", argv[1], index);
i2c (input_source);
return 0;