Commit eb1ffaaa authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: typo in message

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 9aab40a7
...@@ -165,7 +165,7 @@ int main(int argc, char **argv) ...@@ -165,7 +165,7 @@ int main(int argc, char **argv)
/* And finally work */ /* And finally work */
if (fdelay_config_pulse(b, channel, &p) < 0) { if (fdelay_config_pulse(b, channel, &p) < 0) {
fprintf(stderr, "%s: fdelay_cofig_pulse(): %s\n", fprintf(stderr, "%s: fdelay_config_pulse(): %s\n",
argv[0], strerror(errno)); argv[0], strerror(errno));
exit(1); exit(1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment