@@ -118,11 +118,11 @@ - (void)connectToHost: (OFString*)host port: (uint16_t)port; #ifdef OF_HAVE_THREADS /*! - * @brief Asyncronously connect the OFTCPSocket to the specified destination. + * @brief Asynchronously connect the OFTCPSocket to the specified destination. * * @param host The host to connect to * @param port The port on the host to connect to * @param target The target on which to call the selector once the connection * has been established @@ -134,11 +134,11 @@ target: (id)target selector: (SEL)selector; # ifdef OF_HAVE_BLOCKS /*! - * @brief Asyncronously connect the OFTCPSocket to the specified destination. + * @brief Asynchronously connect the OFTCPSocket to the specified destination. * * @param host The host to connect to * @param port The port on the host to connect to * @param block The block to execute once the connection has been established */ @@ -178,11 +178,11 @@ * @return An autoreleased OFTCPSocket for the accepted connection. */ - (instancetype)accept; /*! - * @brief Asyncronously accept an incoming connection. + * @brief Asynchronously 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. @@ -193,11 +193,11 @@ - (void)asyncAcceptWithTarget: (id)target selector: (SEL)selector; #ifdef OF_HAVE_BLOCKS /*! - * @brief Asyncronously accept an incoming connection. + * @brief Asynchronously 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. */