aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/src/http_server/httpd_conf.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-08-31 16:08:27 +0200
committerTuncer Ayaz <[email protected]>2011-09-15 11:37:49 +0200
commitc59dc075b6306e38d7b4bd52d29cfd4d144756cb (patch)
treedb739e33e22af052dd27538e8882b6270db50e43 /lib/inets/src/http_server/httpd_conf.erl
parent411edcef850f1db74260902bbb55724b35b3a505 (diff)
downloadotp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.tar.gz
otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.tar.bz2
otp-c59dc075b6306e38d7b4bd52d29cfd4d144756cb.zip
Fix more misspellings of compatibility
Diffstat (limited to 'lib/inets/src/http_server/httpd_conf.erl')
-rw-r--r--lib/inets/src/http_server/httpd_conf.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/src/http_server/httpd_conf.erl b/lib/inets/src/http_server/httpd_conf.erl
index 8727224b75..d1b1ea0e14 100644
--- a/lib/inets/src/http_server/httpd_conf.erl
+++ b/lib/inets/src/http_server/httpd_conf.erl
@@ -305,7 +305,7 @@ load("MaxKeepAliveRequests " ++ MaxRequests, []) ->
" is an invalid MaxKeepAliveRequests")}
end;
-%% This clause is kept for backwards compability
+%% This clause is kept for backwards compatibility
load("MaxKeepAliveRequest " ++ MaxRequests, []) ->
case make_integer(MaxRequests) of
{ok, Integer} ->