From 39ef1c7fda9f1648c8f8b61dced0bd7d16326b54 Mon Sep 17 00:00:00 2001
From: "Linus.yuan"
Date: Sun, 21 Aug 2016 02:11:17 +0800
Subject: Update httpd.xml
corrected some typo
---
lib/inets/doc/src/httpd.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'lib/inets/doc/src/httpd.xml')
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
directory. Several files can be given, in which case the server
returns the first it finds, for example:
- {directory_index, ["index.hml", "welcome.html"]}
+ {directory_index, ["index.html", "welcome.html"]}
Access to http://your.server.org/docs/ would return
http://your.server.org/docs/index.html or
--
cgit v1.2.3