Skip to content

Commit f902ffe

Browse files
committed
spelling
1 parent 40cc212 commit f902ffe

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

50.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>What's New</h3>
122122
<li>Fixed trap sending in <a href="https://man.openbsd.org/snmpd.8">snmpd(8)</a>.
123123
<li>Make <a href="https://man.openbsd.org/ping6.8">ping6(8)</a> compare minimum amount of bytes between what
124124
was received and what was sent out.
125-
<li>Make <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a> with type-of-service setted (-t) display
125+
<li>Make <a href="https://man.openbsd.org/traceroute.8">traceroute(8)</a> with type-of-service set (-t) display
126126
a message if the returned packet has a different tos type.
127127
<li>Added the socket splicing fields of struct socket to netstat -vP output.
128128
</ul>

58.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ <h3>What's New</h3>
414414
add compatibility workarounds for Cisco and more PuTTY versions.
415415
(bz#2424)
416416
<li>Fix some omissions and errors in the <code>PROTOCOL</code> and
417-
<code>PROTCOL.mux</code> documentation relating to <i>Unix domain
417+
<code>PROTOCOL.mux</code> documentation relating to <i>Unix domain
418418
socket</i> forwarding. (bz#2421, bz#2422)
419419
<li><a href="https://man.openbsd.org/ssh.1">ssh(1)</a>:
420420
Improve the

61.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h3>What's New</h3>
188188
<li>The <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> and
189189
<a href="https://man.openbsd.org/iwn.4">iwn(4)</a> drivers
190190
now support the short guard interval (SGI) in 11n mode.
191-
<li>Added a new implementation of MiRa, a rate adapation algorithm
191+
<li>Added a new implementation of MiRa, a rate adaptation algorithm
192192
designed for 802.11n.
193193
<li>The <a href="https://man.openbsd.org/iwm.4">iwm(4)</a> driver
194194
now supports 802.11n MIMO (MCS 0-15).

62.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ <h3>What's New</h3>
543543
<li>Fix an off-by-one in the config parser that made 65535 an invalid port.
544544
<li>Fix a fd leak in the session congestion mechanism.
545545
<li>Fix a possible crash when relaying with smtps.
546-
<li>Remove support for the "listen secure" syntax (expicitely define two listeners for tls and smtps instead).
546+
<li>Remove support for the "listen secure" syntax (explicitly define two listeners for tls and smtps instead).
547547
<li>Remove experimental support for filters.
548548
<li>Assorted code and documentation cleanups and improvements.
549549
</ul>

64.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h3>What's New</h3>
162162
<a href="https://man.openbsd.org/nmea.4">nmea(4)</a>.
163163
<li>Support for Elantech trackpoints in
164164
<a href="https://man.openbsd.org/pms.4">pms(4)</a>.
165-
<li>Added a sensor for port replicatior status to
165+
<li>Added a sensor for port replicator status to
166166
<a href="https://man.openbsd.org/acpithinkpad.4">acpithinkpad(4)</a>.
167167
<li>Support for Allwinner H3 and A64 SoC in
168168
<a href="https://man.openbsd.org/sxitemp.4">scitemp(4)</a>.

69.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ <h3>What's New</h3>
640640
href="https://man.openbsd.org/ifconfig.8">ifconfig(8)</a>.
641641
<li>For IPv6 addresses, added tracking of address proposal creation
642642
times to be able to establish total lifetime. This information is used
643-
to renew pltime/vltime of privacy addresse per RFC 4941.
643+
to renew pltime/vltime of privacy addresses per RFC 4941.
644644

645645
<li>Prevented kernel reuse of mbuf memory when generating the ICMP6
646646
response to an IPv6 packet.

76.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3>What's New</h3>
244244
<ul>
245245
<li>Throughout the source tree, add missing error checks to calls of <a href="https://man.openbsd.org/gmtime.3">gmtime(3)</a> and <a href="https://man.openbsd.org/localtime.3">localtime(3)</a>.
246246
<li>Added missing error checks to all calls under libexec and sbin in case of <a href="https://man.openbsd.org/ctime.3">ctime(3)</a> and <a href="https://man.openbsd.org/ctime.3">ctime_r(3)</a> failures when timestamps are far off.
247-
<li>Audited programs that parse IP-adresses and replaced <a href="https://man.openbsd.org/inet_aton.3">inet_aton(3)</a> with better functions such as <a href="https://man.openbsd.org/gethostbyname.3">gethostbyname(3)</a>, <a href="https://man.openbsd.org/getnameinfo.3">getnameinfo(3)</a>, <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a>, and <a href="https://man.openbsd.org/inet_pton.3">inet_pton(3)</a>.
247+
<li>Audited programs that parse IP-addresses and replaced <a href="https://man.openbsd.org/inet_aton.3">inet_aton(3)</a> with better functions such as <a href="https://man.openbsd.org/gethostbyname.3">gethostbyname(3)</a>, <a href="https://man.openbsd.org/getnameinfo.3">getnameinfo(3)</a>, <a href="https://man.openbsd.org/getaddrinfo.3">getaddrinfo(3)</a>, and <a href="https://man.openbsd.org/inet_pton.3">inet_pton(3)</a>.
248248

249249
<!-- audio -->
250250
<li>Added generic channel mapping in place of <a href="https://man.openbsd.org/aucat.1">aucat(1)</a> -j and -c options.

events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,7 @@ <h3>2006</h3>
21252125
<li id="moscow2006"><strong>
21262126
<a href="https://kd85.com/">Moscow OpenBSD user meeting</a></strong>,
21272127
December 8 - 9, 2006, Moscow, Russia.<br>
2128-
For details, please email <a href="mailto:grange@opensd.org">Grange</a>
2128+
For details, please email <a href="mailto:grange@openbsd.org">Grange</a>
21292129
<p>
21302130

21312131
<li id="opencon2006"><strong>

0 commit comments

Comments
 (0)