diff options
Diffstat (limited to 'doc/spell-check.scm')
-rw-r--r-- | doc/spell-check.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/spell-check.scm b/doc/spell-check.scm index 1f05154..d5ccebb 100644 --- a/doc/spell-check.scm +++ b/doc/spell-check.scm @@ -19,7 +19,8 @@ (define find-misspellings (command #:inputs words dictionary #:run "comm" "-23" words dictionary - #:outputs (misspellings #:type stdout))) + #:outputs (misspellings #:type stdout) + #:stdout "misspelt-words")) (workflow (text-file dictionary) (pipe (tee (pipe (split-words #:text text-file) |