diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
commit | 5f1ca9b98226dc2417a50af15b77d5a5cfd6837a (patch) | |
tree | fae895b09014d4ae2ae2cdaf825a995dde64c138 /sbin/bsdlabel | |
parent | 2c7e333641a412e800c1c521ddcb60d9f82e8e46 (diff) | |
download | FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.zip FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.tar.gz |
Spelling fixes for sbin/
Diffstat (limited to 'sbin/bsdlabel')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index a7cc2a2..24d852b 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -189,8 +189,8 @@ main(int argc, char *argv[]) break; case 'r': /* - * We accept and ignode -r for compatibility with - * historically disklabel usage. + * We accept and ignore -r for compatibility with + * historical disklabel usage. */ break; case 'w': @@ -386,7 +386,7 @@ writelabel(void) struct disklabel *lp = &lab; if (disable_write) { - warnx("write to disk label supressed - label was as follows:"); + warnx("write to disk label suppressed - label was as follows:"); display(stdout, NULL); return (0); } @@ -1512,8 +1512,8 @@ getvirginlabel(void) loclab.d_secperunit = mediasize / secsize; /* - * Nobody in these enligthened days uses the CHS geometry for - * anything, but nontheless try to get it right. If we fail + * Nobody in these enlightened days uses the CHS geometry for + * anything, but nonetheless try to get it right. If we fail * to get any good ideas from the device, construct something * which is IBM-PC friendly. */ |