diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-31 16:08:27 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 11:37:49 +0200 |
commit | c59dc075b6306e38d7b4bd52d29cfd4d144756cb (patch) | |
tree | db739e33e22af052dd27538e8882b6270db50e43 /lib/inets/src/http_server/httpd_conf.erl | |
parent | 411edcef850f1db74260902bbb55724b35b3a505 (diff) | |
download | otp-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.erl | 2 |
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} -> |