Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 20, 2022
1 parent 8b915f4 commit fb8643a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/new-in-miller-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ For `mlr put` and `mlr filter`, parse-error messages now include location inform

<pre class="pre-non-highlight-non-pair">
mlr: cannot parse DSL expression.
Parse error on token ">" at line 63 columnn 7.
Parse error on token ">" at line 63 column 7.
</pre>

### Scripting
Expand Down
2 changes: 1 addition & 1 deletion docs/src/new-in-miller-6.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ For `mlr put` and `mlr filter`, parse-error messages now include location inform

GENMD-CARDIFY
mlr: cannot parse DSL expression.
Parse error on token ">" at line 63 columnn 7.
Parse error on token ">" at line 63 column 7.
GENMD-EOF

### Scripting
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference-dsl-output-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ JSON vs. tabular formats](flatten-unflatten.md) for more information.
The reason for this is part historical and part technical. As we'll see below,
you can do lots of syntactical things with `emit`, `emitp`, and `emitf`,
including printing them side-by-side, index them, redirect the output to files,
etc. What this means syntatically is that Miller's parser needs to handle all
etc. What this means syntactically is that Miller's parser needs to handle all
sorts of commas, parentheses, and so on:

<pre class="pre-non-highlight-non-pair">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference-dsl-output-statements.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ JSON vs. tabular formats](flatten-unflatten.md) for more information.
The reason for this is part historical and part technical. As we'll see below,
you can do lots of syntactical things with `emit`, `emitp`, and `emitf`,
including printing them side-by-side, index them, redirect the output to files,
etc. What this means syntatically is that Miller's parser needs to handle all
etc. What this means syntactically is that Miller's parser needs to handle all
sorts of commas, parentheses, and so on:

GENMD-CARDIFY
Expand Down

0 comments on commit fb8643a

Please sign in to comment.