From 019393fdb1d2f61b0ff01343443aa53545015d13 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Tue, 7 Apr 2015 15:02:44 +0200 Subject: [PATCH] Fixed typo. --- .../src/httpd/concurrency/none/httpd_request_handler.e | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/library/server/ewsgi/connectors/standalone/src/httpd/concurrency/none/httpd_request_handler.e b/library/server/ewsgi/connectors/standalone/src/httpd/concurrency/none/httpd_request_handler.e index 535255c4..5055af02 100644 --- a/library/server/ewsgi/connectors/standalone/src/httpd/concurrency/none/httpd_request_handler.e +++ b/library/server/ewsgi/connectors/standalone/src/httpd/concurrency/none/httpd_request_handler.e @@ -1,6 +1,5 @@ note - description : "Concurrent specific feature to implemente HTTPD_REQUEST_HANDLER" - author : "$Author$" + description : "Concurrent specific feature to implement HTTPD_REQUEST_HANDLER" date : "$Date$" revision : "$Revision$" @@ -10,8 +9,6 @@ deferred class inherit HTTPD_REQUEST_HANDLER_I - - note copyright: "2011-2015, Jocelyn Fiat, Javier Velilla, Eiffel Software and others" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"