mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix typo
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32310 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
96b3bdf4b2
commit
5f3b9ae92c
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ int main()
|
|||
PASS(byteCount>0, "read www.google.com https");
|
||||
[defaultInput setDelegate: nil];
|
||||
[defaultOutput setDelegate: nil];
|
||||
END_SET("NSString SSL functions not supported\nThe GNU TLS library was not provided when GNUstep-base was configured/built.")
|
||||
END_SET("NSStream SSL functions not supported\nThe GNU TLS library was not provided when GNUstep-base was configured/built.")
|
||||
|
||||
[arp release];
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue