svn commit: r215087 - head/usr.sbin/freebsd-update

Benedict Reuschling bcr at FreeBSD.org
Wed Nov 10 14:33:10 UTC 2010


Author: bcr (doc committer)
Date: Wed Nov 10 14:33:09 2010
New Revision: 215087
URL: http://svn.freebsd.org/changeset/base/215087

Log:
  Typo fix in a comment.
  
  Reviewed by:	cperciva

Modified:
  head/usr.sbin/freebsd-update/freebsd-update.sh

Modified: head/usr.sbin/freebsd-update/freebsd-update.sh
==============================================================================
--- head/usr.sbin/freebsd-update/freebsd-update.sh	Wed Nov 10 13:58:24 2010	(r215086)
+++ head/usr.sbin/freebsd-update/freebsd-update.sh	Wed Nov 10 14:33:09 2010	(r215087)
@@ -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


More information about the svn-src-all mailing list