can-utils: trivial: fix typos concerning "separation" and "useful"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
Uwe Kleine-König
2013-08-15 21:09:27 +02:00
committed by Oliver Hartkopp
parent d7496a0bf0
commit 03c1bacfde
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -701,7 +701,7 @@ int main(int argc, char **argv)
/* log CAN frame with absolute timestamp & device */
fprintf(logfile, "(%010ld.%06ld) ", tv.tv_sec, tv.tv_usec);
fprintf(logfile, "%*s ", max_devname_len, devname[idx]);
/* without seperator as logfile use-case is parsing */
/* without separator as logfile use-case is parsing */
fprint_canframe(logfile, &frame, "\n", 0, maxdlen);
}