summaryrefslogtreecommitdiff
path: root/lib/snmp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/snmp')
-rw-r--r--lib/snmp/doc/src/snmp_config.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/snmp/doc/src/snmp_config.xml b/lib/snmp/doc/src/snmp_config.xml
index e3d74fec16..41646d86c3 100644
--- a/lib/snmp/doc/src/snmp_config.xml
+++ b/lib/snmp/doc/src/snmp_config.xml
@@ -360,7 +360,7 @@
behaviour. </p>
<p>Several entities (<c>mib-server</c> via the its data module and
the <c>symbolic-store</c>) of the snmp agent uses this for storage
- of miscelaneous mib related data dataretrieved while loading a mib. </p>
+ of miscellaneous mib related data data retrieved while loading a mib. </p>
<p>There are several implementations provided with the agent:
<c>snmpa_mib_storage_ets</c>, <c>snmpa_mib_storage_dets</c> and
<c>snmpa_mib_storage_mnesia</c>. </p>
@@ -370,7 +370,7 @@
<tag><marker id="agent_mst_options"></marker>
<c><![CDATA[mib_storage_options() = list() <optional>]]></c></tag>
<item>
- <p>This is implementattion depended. That is, it depends on the
+ <p>This is implementation depended. That is, it depends on the
module. For each module a specific set of options are valid.
For the module provided with the app, these options are supported: </p>
<list type="bulleted">
@@ -657,7 +657,7 @@ in so far as it will be converted to the new format if found.
<tag><marker id="manager_server_timeout"></marker>
<c><![CDATA[server_timeout() = integer() <optional>]]></c></tag>
<item>
- <p>Asynchronous request cleanup time. For every requests,
+ <p>Asynchronous request cleanup time. For every request,
some info is stored internally, in order to be able to
deliver the reply (when it arrives) to the proper destination.
If the reply arrives, this info will be deleted. But if
@@ -1342,7 +1342,7 @@ ok
</item>
</taglist>
- <p>Another usefull way to debug the agent is to pretty-print the content of
+ <p>Another useful way to debug the agent is to pretty-print the content of
all the tables and/or variables handled directly by the agent.
This can be done by simply calling: </p>
<p><c><![CDATA[snmpa:print_mib_info()]]></c></p>