svn commit: r240357 - vendor/illumos/dist/cmd/zpool

Martin Matuska mm at FreeBSD.org
Tue Sep 11 08:49:23 UTC 2012


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");


More information about the svn-src-all mailing list