From b38d8021a444b2edb8fbbcf26d0ca00d6c02b03a Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Sat, 7 Aug 2004 15:39:30 +0000 Subject: [PATCH] Fix typo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@19836 72102866-910b-0410-8b05-ffd578937521 --- WebServer.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebServer.m b/WebServer.m index 94547da..29e48f1 100644 --- a/WebServer.m +++ b/WebServer.m @@ -142,7 +142,7 @@ - (void) _didWrite: (NSNotification*)notification; - (void) _endSession: (WebServerSession*)session; - (void) _process: (WebServerSession*)session; -- (void) _ticker: (NSTimer*)timer; +- (void) _timeout: (NSTimer*)timer; @end @implementation WebServer @@ -1245,7 +1245,7 @@ unescapeData(const unsigned char* bytes, unsigned length, unsigned char *buf) [[session handle] writeInBackgroundAndNotify: out]; } -- (void) _ticker: (NSTimer*)timer +- (void) _timeout: (NSTimer*)timer { unsigned count;