Skip to content

Commit

Permalink
Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful"
Browse files Browse the repository at this point in the history
Reviewed by: Andrew Stormont <[email protected]>
Reviewed by: Kartik Mistry <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>

References:
      https://www.illumos.org/issues/3064

Signed-off-by: Cyril Plisko <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
  • Loading branch information
imp authored and behlendorf committed Sep 11, 2012
1 parent fff2764 commit af909a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zpool/zpool_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2989,7 +2989,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");
Expand Down

0 comments on commit af909a1

Please sign in to comment.