Typo fix in a comment.

Reviewed by:	cperciva
This commit is contained in:
bcr 2010-11-10 14:33:09 +00:00
parent 45d42aa086
commit a72d8ff0d6

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