@@ -171,11 +171,11 @@ port: (uint16_t)port; /** * \brief Listen on the socket. * - * \param backlog Maximum length for the queue of pending connections. + * \param backLog Maximum length for the queue of pending connections. */ - (void)listenWithBackLog: (int)backLog; /** * \brief Listen on the socket. @@ -188,11 +188,11 @@ * \return An autoreleased OFTCPSocket for the accepted connection. */ - (OFTCPSocket*)accept; /** - * \brief Asyncronously ccept an incoming connection. + * \brief Asyncronously accept an incoming connection. * * \param target The target on which to execute the selector when a new * connection has been accepted. The method returns whether the * next incoming connection should be accepted by the specified * block as well. @@ -203,11 +203,11 @@ - (void)asyncAcceptWithTarget: (id)target selector: (SEL)selector; #ifdef OF_HAVE_BLOCKS /** - * \brief Asyncronously ccept an incoming connection. + * \brief Asyncronously accept an incoming connection. * * \param block The block to execute when a new connection has been accepted. * Returns whether the next incoming connection should be accepted * by the specified block as well. */