mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5245059b2e
commit
d598fd5b97
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-07-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/Additions/GSXML.m: fix typo in contributed code for when
|
||||
the additions library is built standalone on MacOS-X
|
||||
|
||||
2005-07-22 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSDate.m: ([isEqual:]),([isEqualToDate:]) change behavior to
|
||||
|
|
|
@ -5139,7 +5139,7 @@ static void indentation(unsigned level, NSMutableString *str)
|
|||
NSMutableURLRequest *request;
|
||||
|
||||
request = [NSMutableURLRequest alloc];
|
||||
request = [tequest initWithURL: [NSURL URLWithString: connectionURL]];
|
||||
request = [request initWithURL: [NSURL URLWithString: connectionURL]];
|
||||
[request setCachePolicy: NSURLRequestReloadIgnoringCacheData];
|
||||
[request setHTTPMethod: @"POST"];
|
||||
[request setValue: @"GSXMLRPC/1.0.0" forHTTPHeaderField: @"User-Agent"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue