summaryrefslogtreecommitdiff
path: root/lib/snmp/doc/src/notes.xml
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-12-30 20:03:18 +0800
committerKian-Meng, Ang <kianmeng@cpan.org>2021-12-30 20:03:18 +0800
commit3a77c9b8787368dd8e5b0b9dcb494fc444e4fd9e (patch)
tree0aaa40475b7b3d0549ac2f837bed641026dfa554 /lib/snmp/doc/src/notes.xml
parentbff2c60cc7baca10ffdd39a6316c39e546abc471 (diff)
downloaderlang-3a77c9b8787368dd8e5b0b9dcb494fc444e4fd9e.tar.gz
Fix typos in lib/snmp
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r--lib/snmp/doc/src/notes.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index 5022157968..fa3e2355a3 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -185,7 +185,7 @@
<p>
[manager] In a function handling snmp errors, an unused
result (_Error) could result in matching issues and
- therefor case clause runtime errors (crash). Note that
+ therefore case clause runtime errors (crash). Note that
this would only happen in *very* unusual error cases.</p>
<p>
Own Id: OTP-17161</p>
@@ -1045,7 +1045,7 @@
<list>
<item>
<p>
- Improved cryptocraphic capability.</p>
+ Improved cryptographic capability.</p>
<p>
Own Id: OTP-12452</p>
</item>
@@ -1301,7 +1301,7 @@
<p>Add (atl) log conversion block option. </p>
<p>It is now possible to request that the Audit Trail Log should
be blocked during conversion (<c>log_to_txt</c> or <c>log_to_io</c>).
- This could be usefull when coverting an entire large log (when
+ This could be useful when converting an entire large log (when
there is a chance it may otherwise wrap during conversion). </p>
<p>See
agent
@@ -1772,7 +1772,7 @@
<list type="bulleted">
<item>
- <p>[agent] Sematic fixes to SNMP-USER-BASED-SM-MIB.
+ <p>[agent] Semantic fixes to SNMP-USER-BASED-SM-MIB.
The semantics allow the <c>usmUserAuthKeyChange</c> and
<c>usmUserPrivKeyChange</c> objects to be written to in the
same set requests that also creates and clones the user.
@@ -1881,7 +1881,7 @@
<item>
<p>[manager] Introduced a new transport module,
<c>snmpm_net_if_mt</c>,
- which handles all incomming and outgoing
+ which handles all incoming and outgoing
traffic in newly created processes. The message/request is
processed and then the process exits. </p>
<p>Own Id: OTP-9876</p>
@@ -1895,7 +1895,7 @@
<item>
<p>[agent] Improve error handling while reading agent config files.
- Some files contain mandatory information and is therefor themself
+ Some files contain mandatory information and is therefore themself
mandatory. </p>
<p>Own Id: OTP-9943</p>
</item>
@@ -2082,8 +2082,8 @@
conflict. When dumping the vacm table to disk, a temoporary
file with a fixed name was used. If the table dumping
(snmpa_vacm:dump_table/0) was initiated from several different
- processes in rapid succesion, the dumping could fail because the
- different processes was simultaniously trying to write to the
+ processes in rapid succession, the dumping could fail because the
+ different processes was simultaneously trying to write to the
same file. This problem has been eliminated by creating a unique
name for the temporary file. </p>
<p>Own Id: OTP-9851</p>
@@ -2546,7 +2546,7 @@
<p>See
<seeerl marker="snmpa#send_notification2">
snmpa:send_notification2/3</seeerl> for more info.
- See also the incomming net-if messages when sending a
+ See also the incoming net-if messages when sending a
<seeguide marker="snmp_agent_netif#im_send_pdu">trap</seeguide>
(send_pdu message) and
<seeguide marker="snmp_agent_netif#im_send_pdu_req">