mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Various minor capitalization and typo fixes (#371)
This commit fixes various minor typos, punctuation errors and corrects the capitalization of many names.
This commit is contained in:
parent
cd562b16e2
commit
e54001d58b
204 changed files with 779 additions and 784 deletions
|
|
@ -190,7 +190,7 @@ cat > $tmp/script <<- \EOF
|
|||
EOF
|
||||
chmod +x $tmp/script
|
||||
if [[ $( $SHELL $tmp/script arg1 arg2) != arg2 ]]
|
||||
then err_exit 'arguments not restored by posix functions'
|
||||
then err_exit 'arguments not restored by POSIX functions'
|
||||
fi
|
||||
function foo
|
||||
{
|
||||
|
|
@ -302,7 +302,7 @@ bad()
|
|||
val=true
|
||||
bad
|
||||
if [[ $val != false ]]
|
||||
then err_exit 'set -e not inherited for posix functions'
|
||||
then err_exit 'set -e not inherited for POSIX functions'
|
||||
fi
|
||||
trap - ERR
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue