aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus.yuan <[email protected]>2016-08-21 02:11:17 +0800
committerGitHub <[email protected]>2016-08-21 02:11:17 +0800
commit39ef1c7fda9f1648c8f8b61dced0bd7d16326b54 (patch)
tree6bb35fc6c9bd0ab5b65100554eb584c3a83d4f90
parent7b1cda1f97cd3ec91e7111b22aeffa3b5a6812f1 (diff)
downloadotp-39ef1c7fda9f1648c8f8b61dced0bd7d16326b54.tar.gz
otp-39ef1c7fda9f1648c8f8b61dced0bd7d16326b54.tar.bz2
otp-39ef1c7fda9f1648c8f8b61dced0bd7d16326b54.zip
Update httpd.xml
corrected some typo
-rw-r--r--lib/inets/doc/src/httpd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml
index 62b92b8356..b05ae72983 100644
--- a/lib/inets/doc/src/httpd.xml
+++ b/lib/inets/doc/src/httpd.xml
@@ -455,7 +455,7 @@ text/plain asc txt</pre>
directory. Several files can be given, in which case the server
returns the first it finds, for example:</p>
- <code>{directory_index, ["index.hml", "welcome.html"]}</code>
+ <code>{directory_index, ["index.html", "welcome.html"]}</code>
<p>Access to http://your.server.org/docs/ would return
http://your.server.org/docs/index.html or