Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Mar 2020 22:05:42 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r358900 - user/gjb/thermite
Message-ID:  <202003112205.02BM5g6X056773@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003112205.02BM5g6X056773>