From 18684d167b667323f89d8b0e621face49965ccb7 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 16 Sep 2011 15:02:08 +0200 Subject: [PATCH] typo --- library/server/request/rest/src/rest_request_handler.e | 3 ++- library/server/request/rest/tests/sample.ecf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/library/server/request/rest/src/rest_request_handler.e b/library/server/request/rest/src/rest_request_handler.e index 6f3c8bc6..086db1e6 100644 --- a/library/server/request/rest/src/rest_request_handler.e +++ b/library/server/request/rest/src/rest_request_handler.e @@ -23,7 +23,7 @@ feature -- Access end description: detachable STRING - -- Optional descriptiong + -- Optional description feature -- Element change @@ -83,6 +83,7 @@ feature -- Execution res.write_header ({HTTP_STATUS_CODE}.unauthorized, Void) res.write_string ("Unauthorized") end + feature {NONE} -- Implementation supported_formats: INTEGER diff --git a/library/server/request/rest/tests/sample.ecf b/library/server/request/rest/tests/sample.ecf index 05cfaeab..31ca8469 100644 --- a/library/server/request/rest/tests/sample.ecf +++ b/library/server/request/rest/tests/sample.ecf @@ -18,7 +18,7 @@ - + /gateway$