From: Uwe Hermann Date: Thu, 21 Dec 2017 15:06:48 +0000 (+0100) Subject: output/csv: Fix a typo. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=51d64bf501274dc23e70901c14a062609e2e5ee5;p=libsigrok.git output/csv: Fix a typo. --- diff --git a/src/output/csv.c b/src/output/csv.c index 59dcf08c..c2450e9c 100644 --- a/src/output/csv.c +++ b/src/output/csv.c @@ -623,7 +623,7 @@ static struct sr_option options[] = { {"scale", "scale", "Scale gnuplot graphs", NULL, NULL}, {"value", "Value separator", "Character to print between values", NULL, NULL}, {"record", "Record separator", "String to print between records", NULL, NULL}, - {"frame", "Frame seperator", "String to print between frames", NULL, NULL}, + {"frame", "Frame separator", "String to print between frames", NULL, NULL}, {"comment", "Comment start string", "String used at start of comment lines", NULL, NULL}, {"header", "Output header", "Output header comment with capture metdata", NULL, NULL}, {"label", "Label values", "Type of column labels", NULL, NULL},