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:
nico 2004-10-06 14:02:38 +00:00
parent 3326cd3aaf
commit 9b91e8362b
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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