mirror of
https://github.com/gnustep/libs-sqlclient.git
synced 2025-02-21 02:41:07 +00:00
Fixed insignificantly tiny typo in parameter name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/sqlclient/trunk@20201 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3326cd3aaf
commit
9b91e8362b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Oct 06 15:04:23 2004 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* WebServer.h: Fixed typo in parameter name.
|
||||
|
||||
Wed Oct 06 13:10:00 2004 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* SQLClient.[hm]: Allow a database transaction to already have been
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
* be closed.
|
||||
*/
|
||||
- (BOOL) processRequest: (GSMimeDocument*)request
|
||||
response: (GSMimeDocument*)reponse
|
||||
response: (GSMimeDocument*)response
|
||||
for: (WebServer*)http;
|
||||
/**
|
||||
* Log an error or warning ... if the delegate does not implement this
|
||||
|
|
Loading…
Reference in a new issue