Print this page
3064 usr/src/cmd/zpool/zpool_main.c misspells "successful"

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/zpool/zpool_main.c
          +++ new/usr/src/cmd/zpool/zpool_main.c
↓ open down ↓ 3263 lines elided ↑ open up ↑
3264 3264  
3265 3265          /*
3266 3266           * The split was successful. Now we need to open the new
3267 3267           * pool and import it.
3268 3268           */
3269 3269          if ((zhp = zpool_open_canfail(g_zfs, newpool)) == NULL)
3270 3270                  return (1);
3271 3271          if (zpool_get_state(zhp) != POOL_STATE_UNAVAIL &&
3272 3272              zpool_enable_datasets(zhp, mntopts, 0) != 0) {
3273 3273                  ret = 1;
3274      -                (void) fprintf(stderr, gettext("Split was succssful, but "
     3274 +                (void) fprintf(stderr, gettext("Split was successful, but "
3275 3275                      "the datasets could not all be mounted\n"));
3276 3276                  (void) fprintf(stderr, gettext("Try doing '%s' with a "
3277 3277                      "different altroot\n"), "zpool import");
3278 3278          }
3279 3279          zpool_close(zhp);
3280 3280  
3281 3281          return (ret);
3282 3282  }
3283 3283  
3284 3284  
↓ open down ↓ 1868 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX