Typo fix in a comment.

Reviewed by:	cperciva
This commit is contained in:
Benedict Reuschling 2010-11-10 14:33:09 +00:00
parent 2866e325de
commit 6dcc68c87e

View File

@ -1470,7 +1470,7 @@ fetch_inspect_system () {
sort -k 3,3 -t '|' > $2.tmp
rm filelist
# Check if an error occured during system inspection
# Check if an error occurred during system inspection
if [ -f .err ]; then
return 1
fi