Use NSLog consistently for debug output

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-03-11 11:00:08 +00:00
parent 87c3b97c1c
commit 6908b4724d
5 changed files with 53 additions and 60 deletions

View file

@ -113,7 +113,7 @@ extern "C" {
* structure for the subclasses.
* </p>
* <p>You never instantiate NSURLProtocol yourself ... it should only
* ever be done by other classes within mthe URL loading system.
* ever be done by other classes within the URL loading system.
* </p>
*/
@interface NSURLProtocol : NSObject