diff options
author | Cyril Plisko <cyril.plisko@mountall.com> | 2012-08-08 09:59:53 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2012-09-10 14:43:56 -0400 |
commit | fe7cd8aa86d5ba3fb4aa1d5fee460467fd4413c9 (patch) | |
tree | b7fed1fc70293aff876b989d0fb90a14b9aa94f0 /usr/src | |
parent | 70f56fa69343b013f47e010537cff8ef3a7a40a5 (diff) | |
download | illumos-gate-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')
-rw-r--r-- | usr/src/cmd/zpool/zpool_main.c | 2 | ||||
-rw-r--r-- | usr/src/uts/common/cpr/cpr_main.c | 2 | ||||
-rw-r--r-- | usr/src/uts/intel/io/agpmaster/agpmaster.c | 2 |
3 files changed, 3 insertions, 3 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"); diff --git a/usr/src/uts/common/cpr/cpr_main.c b/usr/src/uts/common/cpr/cpr_main.c index 68a4040186..15e8c6c8d8 100644 --- a/usr/src/uts/common/cpr/cpr_main.c +++ b/usr/src/uts/common/cpr/cpr_main.c @@ -166,7 +166,7 @@ cpr_main(int sleeptype) */ rc = i_cpr_power_down(sleeptype); if (rc == 0) { - PMD(PMD_SX, ("back from succssful suspend\n")) + PMD(PMD_SX, ("back from successful suspend\n")) } /* * We do care about the return value from cpr_resume diff --git a/usr/src/uts/intel/io/agpmaster/agpmaster.c b/usr/src/uts/intel/io/agpmaster/agpmaster.c index 9e71b3cf41..7a4de1ea04 100644 --- a/usr/src/uts/intel/io/agpmaster/agpmaster.c +++ b/usr/src/uts/intel/io/agpmaster/agpmaster.c @@ -639,7 +639,7 @@ detect_i8xx_device(agp_master_softc_t *master_softc) } /* - * If agp master is succssfully detected, 0 is returned. + * If agp master is successfully detected, 0 is returned. * Otherwise -1 is returned. */ static int |