Project

General

Profile

Actions

Bug #3064

closed

usr/src/cmd/zpool/zpool_main.c misspells "successful"

Added by Cyril Plisko over 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Low
Assignee:
Category:
zfs - Zettabyte File System
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         }
Actions #1

Updated by Cyril Plisko over 11 years ago

  • % Done changed from 0 to 100
Actions #2

Updated by Rich Lowe about 11 years ago

  • Status changed from New to Resolved
  • Tags deleted (needs-triage)

Resolved in r13811 commit:4dadf1a8e003

Actions

Also available in: Atom PDF