Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
dc743457
Commit
dc743457
authored
Dec 07, 2016
by
Raymond Toy
Browse files
Fix typo
"Cound" -> "Could"
parent
3b4745d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/code/run-program.lisp
View file @
dc743457
...
...
@@ -767,7 +767,7 @@
(
multiple-value-bind
(
read-fd
write-fd
)
(
unix:unix-pipe
)
(
unless
read-fd
(
error
(
intl:gettext
"Cou
n
d not create pipe: ~A"
)
(
error
(
intl:gettext
"Cou
l
d not create pipe: ~A"
)
(
unix:get-unix-error-msg
write-fd
)))
(
copy-descriptor-to-stream
read-fd
object
cookie
)
(
push
read-fd
*close-on-error*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment