X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=builtins%2Fpsize.sh;h=29bc115f9840c1a3575967cc6ce154071ae23dad;hb=ac50fbac377e32b98d2de396f016ea81e8ee9961;hp=c4d73e1ad0f403b06957f80af1e9905d0beae4c6;hpb=4539d736f1aff232857a854fd2a68df0c98d9f34;p=platform%2Fupstream%2Fbash.git diff --git a/builtins/psize.sh b/builtins/psize.sh index c4d73e1..29bc115 100644 --- a/builtins/psize.sh +++ b/builtins/psize.sh @@ -27,7 +27,7 @@ echo "" # # Try to avoid tempfile races. We can't really check for the file's -# existance before we run psize.aux, because `test -e' is not portable, +# existence before we run psize.aux, because `test -e' is not portable, # `test -h' (test for symlinks) is not portable, and `test -f' only # checks for regular files. If we used mktemp(1), we're ahead of the # game.