Skip to content

Commit af909a1

Browse files
impbehlendorf
authored andcommitted
Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful"
Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Kartik Mistry <kartik.mistry@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> References: https://www.illumos.org/issues/3064 Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
1 parent fff2764 commit af909a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/zpool/zpool_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2989,7 +2989,7 @@ zpool_do_split(int argc, char **argv)
29892989
if (zpool_get_state(zhp) != POOL_STATE_UNAVAIL &&
29902990
zpool_enable_datasets(zhp, mntopts, 0) != 0) {
29912991
ret = 1;
2992-
(void) fprintf(stderr, gettext("Split was succssful, but "
2992+
(void) fprintf(stderr, gettext("Split was successful, but "
29932993
"the datasets could not all be mounted\n"));
29942994
(void) fprintf(stderr, gettext("Try doing '%s' with a "
29952995
"different altroot\n"), "zpool import");

0 commit comments

Comments
 (0)