@@ -762,11 +762,11 @@ * @param enable Whether the write buffer should be enabled or disabled */ - (void)setWriteBuffered: (bool)enable; /*! - * @brief Writes everythig in the write buffer to the stream. + * @brief Writes everything in the write buffer to the stream. */ - (void)flushWriteBuffer; /*! * @brief Writes from a buffer into the stream. @@ -1082,15 +1082,15 @@ */ - (int)fileDescriptorForWriting; #ifdef OF_HAVE_SOCKETS /*! - * @brief Cancels all pending asyncronous requests on the stream. + * @brief Cancels all pending asynchronous requests on the stream. * * @warning You are not allowed to call this inside the handler of an - * asyncronous request, as this would cancel the asyncronous request - * that is currently being handled! To cancel all pending asyncronous + * asynchronous request, as this would cancel the asynchronous request + * that is currently being handled! To cancel all pending asynchronous * requests after the handler has finished executing, you may schedule * a timer for this method with a timeout of 0 from inside the handler. */ - (void)cancelAsyncRequests; #endif