Last of the spelling fixed
This commit is contained in:
@@ -806,7 +806,7 @@ int post_fork_pty_channel_object(SPC_Channel_Ptr channel,
|
||||
}
|
||||
|
||||
if(IS_SPCIO_STDERR(iomode)) {
|
||||
/* If we want seperate STDOUT/STDERR, open a new FD */
|
||||
/* If we want separate STDOUT/STDERR, open a new FD */
|
||||
if(IS_SPCIO_SEPARATE(iomode)) {
|
||||
if((stderrfd=open(channel->wires[STDERR]->slave_name, O_RDWR))<0) {
|
||||
SPC_Error(SPC_Cannot_Open_Slave,
|
||||
|
||||
Reference in New Issue
Block a user