svn commit: r264450 - stable/9/usr.sbin/bsdinstall/scripts

Devin Teske dteske at FreeBSD.org
Mon Apr 14 05:38:50 UTC 2014


Author: dteske
Date: Mon Apr 14 05:38:50 2014
New Revision: 264450
URL: http://svnweb.freebsd.org/changeset/base/264450

Log:
  MFC r264448: Fix typo in debug/log statement.
  
  Submitted by:   Rick Miller <vmiller at hostileadmin.com>

Modified:
  stable/9/usr.sbin/bsdinstall/scripts/script
Directory Properties:
  stable/9/   (props changed)
  stable/9/usr.sbin/   (props changed)
  stable/9/usr.sbin/bsdinstall/   (props changed)
  stable/9/usr.sbin/bsdinstall/scripts/   (props changed)

Modified: stable/9/usr.sbin/bsdinstall/scripts/script
==============================================================================
--- stable/9/usr.sbin/bsdinstall/scripts/script	Mon Apr 14 05:37:21 2014	(r264449)
+++ stable/9/usr.sbin/bsdinstall/scripts/script	Mon Apr 14 05:38:50 2014	(r264450)
@@ -74,7 +74,7 @@ trap error EXIT
 SCRIPT="$1"
 shift
 
-f_dprintf "Began Instalation at %s" "$( date )"
+f_dprintf "Began Installation at %s" "$( date )"
 rm -rf $BSDINSTALL_TMPETC
 mkdir $BSDINSTALL_TMPETC
 


More information about the svn-src-stable-9 mailing list