From fb8643a8f98bf2854540aa736fa917e09c6d96ff Mon Sep 17 00:00:00 2001 From: John Kerl Date: Sat, 20 Aug 2022 00:46:34 -0400 Subject: [PATCH] codespell --- docs/src/new-in-miller-6.md | 2 +- docs/src/new-in-miller-6.md.in | 2 +- docs/src/reference-dsl-output-statements.md | 2 +- docs/src/reference-dsl-output-statements.md.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/new-in-miller-6.md b/docs/src/new-in-miller-6.md index e0cbbbe9c6..2620dea510 100644 --- a/docs/src/new-in-miller-6.md +++ b/docs/src/new-in-miller-6.md @@ -84,7 +84,7 @@ For `mlr put` and `mlr filter`, parse-error messages now include location inform
 mlr: cannot parse DSL expression.
-Parse error on token ">" at line 63 columnn 7.
+Parse error on token ">" at line 63 column 7.
 
### Scripting diff --git a/docs/src/new-in-miller-6.md.in b/docs/src/new-in-miller-6.md.in index cae4192db1..a314ea24a7 100644 --- a/docs/src/new-in-miller-6.md.in +++ b/docs/src/new-in-miller-6.md.in @@ -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 diff --git a/docs/src/reference-dsl-output-statements.md b/docs/src/reference-dsl-output-statements.md index 46e7f89d2b..0984b1fd5e 100644 --- a/docs/src/reference-dsl-output-statements.md +++ b/docs/src/reference-dsl-output-statements.md @@ -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:
diff --git a/docs/src/reference-dsl-output-statements.md.in b/docs/src/reference-dsl-output-statements.md.in
index dabf0f433d..3b42c2bc76 100644
--- a/docs/src/reference-dsl-output-statements.md.in
+++ b/docs/src/reference-dsl-output-statements.md.in
@@ -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