aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/httpd_util.xml
diff options
context:
space:
mode:
authorMatthias Lang <[email protected]>2010-03-15 07:46:50 +0100
committerBjörn Gustavsson <[email protected]>2010-03-16 10:55:56 +0100
commitbfd9a4f396d144199cb57376e6928701cf0dc931 (patch)
tree246a66e1bf48d1a2c9838390a68d87d4f155a74f /lib/inets/doc/src/httpd_util.xml
parent76ff26a3c209408c962a6115bf3426b2a55bd68a (diff)
downloadotp-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/inets/doc/src/httpd_util.xml')
-rw-r--r--lib/inets/doc/src/httpd_util.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/doc/src/httpd_util.xml b/lib/inets/doc/src/httpd_util.xml
index 642e5213b0..6ac2b13c72 100644
--- a/lib/inets/doc/src/httpd_util.xml
+++ b/lib/inets/doc/src/httpd_util.xml
@@ -63,7 +63,7 @@
<v>Etag = string()</v>
</type>
<desc>
- <p><c>create_etag/1</c> calculates the Etag for a file, from it's
+ <p><c>create_etag/1</c> calculates the Etag for a file, from its
size and time for last modification. fileinfo is a record defined
in <c>kernel/include/file.hrl</c></p>
@@ -78,7 +78,7 @@
<v>HexValue = DecValue = string()</v>
</type>
<desc>
- <p>Converts the hexadecimal value <c>HexValue</c> into it's
+ <p>Converts the hexadecimal value <c>HexValue</c> into its
decimal equivalent (<c>DecValue</c>).</p>
<marker id="day"></marker>