diff options
author | Matthias Lang <[email protected]> | 2010-03-15 07:46:50 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-16 10:55:56 +0100 |
commit | bfd9a4f396d144199cb57376e6928701cf0dc931 (patch) | |
tree | 246a66e1bf48d1a2c9838390a68d87d4f155a74f /lib/snmp/doc/src/snmp_app.xml | |
parent | 76ff26a3c209408c962a6115bf3426b2a55bd68a (diff) | |
download | otp-bfd9a4f396d144199cb57376e6928701cf0dc931.tar.gz otp-bfd9a4f396d144199cb57376e6928701cf0dc931.tar.bz2 otp-bfd9a4f396d144199cb57376e6928701cf0dc931.zip |
Change all incorrect occurrences of it's to its
The documentation (*.xml) in the otp tree has a common grammatical
problem, "it's" and "its" are often interchanged. That is annoying
for some readers.
This commit consists entirely of "it's" -> "its" changes. I went
through every .xml file in the tree. If there are any remaining
bugs of this type, it's because I missed them, not because I
didn't look.
Diffstat (limited to 'lib/snmp/doc/src/snmp_app.xml')
-rw-r--r-- | lib/snmp/doc/src/snmp_app.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/snmp/doc/src/snmp_app.xml b/lib/snmp/doc/src/snmp_app.xml index e5a725d720..57eb87a759 100644 --- a/lib/snmp/doc/src/snmp_app.xml +++ b/lib/snmp/doc/src/snmp_app.xml @@ -80,7 +80,7 @@ <!-- The info below is also found in the snmp_config.xml file --> - <p>Each snmp component has it's own set of configuration parameters, + <p>Each snmp component has its own set of configuration parameters, even though some of the types are common to both components. </p> <pre> @@ -693,7 +693,7 @@ <p>Specifies if and how the audit trail log shall be repaired when opened. Unless this parameter has the value <c>snmp_repair</c> it is sent to <c>disk_log</c>. If, on the other hand, the value is - <c>snmp_repair</c>, snmp attempts to handle certain faults on it's + <c>snmp_repair</c>, snmp attempts to handle certain faults on its own. And even if it cannot repair the file, it does not truncate it directly, but instead <em>moves it aside</em> for later off-line analysis.</p> |