Skip to content
Snippets Groups Projects
Commit dc743457 authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix typo

"Cound" -> "Could"
parent 3b4745d3
No related branches found
No related tags found
No related merge requests found
...@@ -767,7 +767,7 @@ ...@@ -767,7 +767,7 @@
(multiple-value-bind (read-fd write-fd) (multiple-value-bind (read-fd write-fd)
(unix:unix-pipe) (unix:unix-pipe)
(unless read-fd (unless read-fd
(error (intl:gettext "Cound not create pipe: ~A") (error (intl:gettext "Could not create pipe: ~A")
(unix:get-unix-error-msg write-fd))) (unix:get-unix-error-msg write-fd)))
(copy-descriptor-to-stream read-fd object cookie) (copy-descriptor-to-stream read-fd object cookie)
(push read-fd *close-on-error*) (push read-fd *close-on-error*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment