]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful"
authorCyril Plisko <cyril.plisko@mountall.com>
Wed, 8 Aug 2012 06:59:53 +0000 (09:59 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 11 Sep 2012 17:19:50 +0000 (10:19 -0700)
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>
cmd/zpool/zpool_main.c

index 21548c82dfda4a31165063b53d5f472ee29afa31..312f15753144ad74a3944b6cd9a1e919aa77298c 100644 (file)
@@ -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");