Update vendor/illumos/dist to illumos-gate 13811:4dadf1a8e003

(zfs, illumos issue #3064)
This commit is contained in:
Martin Matuska 2012-09-11 08:49:22 +00:00
parent eb424c124f
commit 7e4318b7e2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/vendor/illumos/dist/; revision=240357

View file

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