Actions
Bug #3064
closedusr/src/cmd/zpool/zpool_main.c misspells "successful"
Start date:
2012-08-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Line 3274 misspells the word "successful"
3271 if (zpool_get_state(zhp) != POOL_STATE_UNAVAIL && 3272 zpool_enable_datasets(zhp, mntopts, 0) != 0) { 3273 ret = 1; 3274 (void) fprintf(stderr, gettext("Split was succssful, but " 3275 "the datasets could not all be mounted\n")); 3276 (void) fprintf(stderr, gettext("Try doing '%s' with a " 3277 "different altroot\n"), "zpool import"); 3278 }
Updated by Rich Lowe about 11 years ago
- Status changed from New to Resolved
- Tags deleted (
needs-triage)
Resolved in r13811 commit:4dadf1a8e003
Actions