1.1 --- a/BLIP/BLIPConnection.h Thu Jun 19 16:22:05 2008 -0700
1.2 +++ b/BLIP/BLIPConnection.h Tue Dec 02 22:42:56 2008 -0800
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