BLIP/BLIPConnection.h
changeset 20 02224e981209
parent 18 3be241de1630
child 26 cb9cdf247239
     1.1 --- a/BLIP/BLIPConnection.h	Thu Jun 19 16:22:05 2008 -0700
     1.2 +++ b/BLIP/BLIPConnection.h	Sun Jul 13 10:52:48 2008 -0700
     1.3 @@ -79,7 +79,7 @@
     1.4  - (BOOL) connectionReceivedCloseRequest: (BLIPConnection*)connection;
     1.5  
     1.6  /** Called if the peer refuses a close request. 
     1.7 -    The typical error is BLIP error kBLIPError_Forbidden. */
     1.8 +    The typical error is kBLIPError_Forbidden. */
     1.9  - (void) connection: (BLIPConnection*)connection closeRequestFailedWithError: (NSError*)error;
    1.10  @end
    1.11