From: Cyril Plisko Date: Wed, 8 Aug 2012 06:59:53 +0000 (+0300) Subject: Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful" X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;ds=inline;h=af909a1089b35ae527a90c222453c977c4beff62;p=zfs.git Illumos #3064: usr/src/cmd/zpool/zpool_main.c misspells "successful" Reviewed by: Andrew Stormont Reviewed by: Kartik Mistry Reviewed by: Matthew Ahrens References: https://www.illumos.org/issues/3064 Signed-off-by: Cyril Plisko Signed-off-by: Brian Behlendorf --- diff --git a/cmd/zpool/zpool_main.c b/cmd/zpool/zpool_main.c index 21548c8..312f157 100644 --- a/cmd/zpool/zpool_main.c +++ b/cmd/zpool/zpool_main.c @@ -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");