fix typo
This commit is contained in:
parent
e846db0937
commit
d83fbf81f3
|
@ -17,7 +17,7 @@
|
||||||
)
|
)
|
||||||
(delete-directory/files dir)
|
(delete-directory/files dir)
|
||||||
(make-directory* dir)
|
(make-directory* dir)
|
||||||
(printf "wrorking in ~s\n" dir)
|
(printf "working in ~s\n" dir)
|
||||||
(for-each (lambda (f)
|
(for-each (lambda (f)
|
||||||
(printf "writing ~a\n" (car f))
|
(printf "writing ~a\n" (car f))
|
||||||
(with-output-to-file (build-path dir (car f))
|
(with-output-to-file (build-path dir (car f))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user