]> sigrok.org Git - libsigrok.git/commitdiff
output/csv: Fix a typo.
authorUwe Hermann <redacted>
Thu, 21 Dec 2017 15:06:48 +0000 (16:06 +0100)
committerUwe Hermann <redacted>
Thu, 21 Dec 2017 15:06:48 +0000 (16:06 +0100)
src/output/csv.c

index 59dcf08cd8b3357ec8e7a6b2703272365e6c3f46..c2450e9ce1115f3faebf8c0e5a8b09108dc4debe 100644 (file)
@@ -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},