diff -r 3be241de1630 -r 02224e981209 BLIP/BLIPConnection.h --- a/BLIP/BLIPConnection.h Thu Jun 19 16:22:05 2008 -0700 +++ b/BLIP/BLIPConnection.h Sun Jul 13 10:52:48 2008 -0700 @@ -79,7 +79,7 @@ - (BOOL) connectionReceivedCloseRequest: (BLIPConnection*)connection; /** Called if the peer refuses a close request. - The typical error is BLIP error kBLIPError_Forbidden. */ + The typical error is kBLIPError_Forbidden. */ - (void) connection: (BLIPConnection*)connection closeRequestFailedWithError: (NSError*)error; @end