We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff2764 commit af909a1Copy full SHA for af909a1
cmd/zpool/zpool_main.c
@@ -2989,7 +2989,7 @@ zpool_do_split(int argc, char **argv)
2989
if (zpool_get_state(zhp) != POOL_STATE_UNAVAIL &&
2990
zpool_enable_datasets(zhp, mntopts, 0) != 0) {
2991
ret = 1;
2992
- (void) fprintf(stderr, gettext("Split was succssful, but "
+ (void) fprintf(stderr, gettext("Split was successful, but "
2993
"the datasets could not all be mounted\n"));
2994
(void) fprintf(stderr, gettext("Try doing '%s' with a "
2995
"different altroot\n"), "zpool import");
0 commit comments