From 13197bcea39d3425d021ee9a03e08ae5381ce296 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 19 Aug 2005 15:18:59 +0000 Subject: [PATCH] - typo --- http_response_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_response_object.c b/http_response_object.c index 1c5ec42..d21225a 100644 --- a/http_response_object.c +++ b/http_response_object.c @@ -62,7 +62,7 @@ HTTP_BEGIN_ARGS(setETag, 1) HTTP_ARG_VAL(etag, 0) HTTP_END_ARGS; -HTTP_EMTPY_ARGS(getLastModified, 0); +HTTP_EMPTY_ARGS(getLastModified, 0); HTTP_BEGIN_ARGS(setLastModified, 1) HTTP_ARG_VAL(timestamp, 0) HTTP_END_ARGS; -- 2.30.2