mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-15 16:11:42 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@19836 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b35b40f235
commit
b38d8021a4
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue