@@ -121,11 +121,11 @@ /** * @brief Accept an incoming connection. * * @return An autoreleased OFStreamSocket for the accepted connection. - * @throw OFAcceptFailedException Accepting failed + * @throw OFAcceptSocketFailedException Accepting failed * @throw OFNotOpenException The socket is not open */ - (instancetype)accept; /**