diff options
author | 2001-02-07 20:30:09 +0000 | |
---|---|---|
committer | 2001-02-07 20:30:09 +0000 | |
commit | 48ce32afb045858aba87d1b4cea387aa9f6dad0d (patch) | |
tree | b4470b6f05c71ffe889e46904f798241517cbb31 | |
parent | uncomment rsa test; ok millert@ (diff) | |
download | wireguard-openbsd-48ce32afb045858aba87d1b4cea387aa9f6dad0d.tar.xz wireguard-openbsd-48ce32afb045858aba87d1b4cea387aa9f6dad0d.zip |
spelling
-rw-r--r-- | usr.bin/learn/lib/editor/L60.2c | 4 | ||||
-rw-r--r-- | usr.bin/vmstat/dkstats.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/learn/lib/editor/L60.2c b/usr.bin/learn/lib/editor/L60.2c index 488a3b0f99e..b7a28e95748 100644 --- a/usr.bin/learn/lib/editor/L60.2c +++ b/usr.bin/learn/lib/editor/L60.2c @@ -13,7 +13,7 @@ outermost shell of the atoms are the only ones that take part in the reaction. These electrons are either transferred from the outer shell of one atom to the outer shell of another, or, in some cases, shared with the electrons in the outer shell of the second atom. - Whether the electrons are transfered to the second atom or shared, + Whether the electrons are transferred to the second atom or shared, this atom completes its quota of eight electrons in the outer shell. An oxide is a compound containing oxygen and one other element. The simplest of the oxides is H2O -- pure water, or hydrogen oxide. @@ -34,7 +34,7 @@ outermost shell of the atoms are the only ones that take part in the reaction. These electrons are either transferred from the outer shell of one atom to the outer shell of another, or, in some cases, shared with the electrons in the outer shell of the second atom. - Whether the electrons are transfered to the second atom or shared, + Whether the electrons are transferred to the second atom or shared, this atom completes its quota of eight electrons in the outer shell. Compounds which are formed by the interchange of electrons are called ionic compounds. The ions formed are said to possess diff --git a/usr.bin/vmstat/dkstats.h b/usr.bin/vmstat/dkstats.h index 59e31aa4b10..02f2a4d4a98 100644 --- a/usr.bin/vmstat/dkstats.h +++ b/usr.bin/vmstat/dkstats.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dkstats.h,v 1.4 1997/06/23 22:11:06 millert Exp $ */ +/* $OpenBSD: dkstats.h,v 1.5 2001/02/07 20:32:55 todd Exp $ */ /* $NetBSD: dkstats.h,v 1.1 1996/05/10 23:19:28 thorpej Exp $ */ /* @@ -42,7 +42,7 @@ struct _disk { char **dk_name; /* Disk names (sd0, wd1, etc). */ u_int64_t *dk_xfer; /* # of transfers. */ u_int64_t *dk_seek; /* # of seeks (currently unused). */ - u_int64_t *dk_bytes; /* # of bytes transfered. */ + u_int64_t *dk_bytes; /* # of bytes transferred. */ struct timeval *dk_time; /* Time spent in disk i/o. */ long tk_nin; /* TTY Chars in. */ long tk_nout; /* TTY Chars out. */ |