summaryrefslogtreecommitdiff
path: root/usr/src/cmd/zpool/zpool_main.c
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2012-08-08 09:59:53 +0300
committerRichard Lowe <richlowe@richlowe.net>2012-09-10 14:43:56 -0400
commitfe7cd8aa86d5ba3fb4aa1d5fee460467fd4413c9 (patch)
treeb7fed1fc70293aff876b989d0fb90a14b9aa94f0 /usr/src/cmd/zpool/zpool_main.c
parent70f56fa69343b013f47e010537cff8ef3a7a40a5 (diff)
downloadillumos-joyent-fe7cd8aa86d5ba3fb4aa1d5fee460467fd4413c9.tar.gz
3064 usr/src/cmd/zpool/zpool_main.c misspells "successful"
3067 Typo in spelling "succssful" Reviewed by: Andrew Stormont <Andrew.Stormont@nexenta.com> Reviewed by: Kartik Mistry <kartik.mistry@gmail.com> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/zpool/zpool_main.c')
-rw-r--r--usr/src/cmd/zpool/zpool_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/zpool/zpool_main.c b/usr/src/cmd/zpool/zpool_main.c
index 36b1201777..4f8a16950e 100644
--- a/usr/src/cmd/zpool/zpool_main.c
+++ b/usr/src/cmd/zpool/zpool_main.c
@@ -3271,7 +3271,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");