svn commit: r358900 - user/gjb/thermite

Glen Barber gjb at FreeBSD.org
Wed Mar 11 22:05:42 UTC 2020


Author: gjb
Date: Wed Mar 11 22:05:41 2020
New Revision: 358900
URL: https://svnweb.freebsd.org/changeset/base/358900

Log:
  Fix a typo.
  
  Submitted by:	se@
  Sponsored by:	Rubicon Communications, LLC (netgate.com)

Modified:
  user/gjb/thermite/zfs-cleanup.sh

Modified: user/gjb/thermite/zfs-cleanup.sh
==============================================================================
--- user/gjb/thermite/zfs-cleanup.sh	Wed Mar 11 21:00:40 2020	(r358899)
+++ user/gjb/thermite/zfs-cleanup.sh	Wed Mar 11 22:05:41 2020	(r358900)
@@ -98,7 +98,7 @@ zfs_teardown() {
 	zfs destroy ${zfs_parent}/${r}-i386-worldseed-snap at clone
 	zfs destroy ${zfs_parent}/${r}-i386-worldseed-snap
 
-	echo -n "ZFS datasets were destroyed.  The will be created"
+	echo -n "ZFS datasets were destroyed.  They will be created"
 	echo " automatically via thermite.sh."
 
 	return 0


More information about the svn-src-user mailing list