Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 08:49:22 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r240357 - vendor/illumos/dist/cmd/zpool
Message-ID:  <201209110849.q8B8nMma011543@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Tue Sep 11 08:49:22 2012
New Revision: 240357
URL: http://svn.freebsd.org/changeset/base/240357

Log:
  Update vendor/illumos/dist to illumos-gate 13811:4dadf1a8e003
  (zfs, illumos issue #3064)

Modified:
  vendor/illumos/dist/cmd/zpool/zpool_main.c

Modified: vendor/illumos/dist/cmd/zpool/zpool_main.c
==============================================================================
--- vendor/illumos/dist/cmd/zpool/zpool_main.c	Tue Sep 11 08:45:49 2012	(r240356)
+++ vendor/illumos/dist/cmd/zpool/zpool_main.c	Tue Sep 11 08:49:22 2012	(r240357)
@@ -3271,7 +3271,7 @@ zpool_do_split(int argc, char **argv)
 	if (zpool_get_state(zhp) != POOL_STATE_UNAVAIL &&
 	    zpool_enable_datasets(zhp, mntopts, 0) != 0) {
 		ret = 1;
-		(void) fprintf(stderr, gettext("Split was succssful, but "
+		(void) fprintf(stderr, gettext("Split was successful, but "
 		    "the datasets could not all be mounted\n"));
 		(void) fprintf(stderr, gettext("Try doing '%s' with a "
 		    "different altroot\n"), "zpool import");



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