mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
fix typos: descritor -> descriptor
This commit is contained in:
parent
6697edba1c
commit
efcc66a3f5
2 changed files with 3 additions and 3 deletions
|
@ -79,7 +79,7 @@ static struct subshell
|
|||
char *pwd; /* present working directory */
|
||||
const char *shpwd; /* saved pointer to sh.pwd */
|
||||
void *jobs; /* save job info */
|
||||
int pwdfd; /* file descritor for pwd */
|
||||
int pwdfd; /* file descriptor for PWD */
|
||||
mode_t mask; /* saved umask */
|
||||
short tmpfd; /* saved tmp file descriptor */
|
||||
short pipefd; /* read fd if pipe is created */
|
||||
|
|
|
@ -175,7 +175,7 @@ cat > "$f" <<- '!!!!'
|
|||
!!!!
|
||||
chmod 755 "$f"
|
||||
if [[ $($SHELL "$f") != abc ]]
|
||||
then err_exit 'here document descritor was closed'
|
||||
then err_exit 'here document descriptor was closed'
|
||||
fi
|
||||
cat > "$f" <<- '!!!!'
|
||||
exec 0<&-
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue