1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215087

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