Fixed a typo.

This commit is contained in:
2015-04-07 14:47:38 +02:00
parent 92a8e8094f
commit c820ef431b

View File

@@ -82,7 +82,7 @@ feature -- Element change
do
http_server_name := Void
ensure
unset_http_server_name: http_server_name = Void.
unset_http_server_name: http_server_name = Void
end
set_http_server_port (v: like http_server_port)