Index: src/OFHTTPRequest.h ================================================================== --- src/OFHTTPRequest.h +++ src/OFHTTPRequest.h @@ -173,11 +173,11 @@ * @param headers A dictionary with headers for the HTTP request */ - (void)setHeaders: (OFDictionary*)headers; /*! - * @brief Retrusn a dictionary with headers for the HTTP request. + * @brief Returns a dictionary with headers for the HTTP request. * * @return A dictionary with headers for the HTTP request. */ - (OFDictionary*)headers; Index: src/OFList.h ================================================================== --- src/OFList.h +++ src/OFList.h @@ -68,11 +68,11 @@ * @return The first list object of the list */ - (of_list_object_t*)firstListObject; /*! - * @brief Retrusn the last list object of the list. + * @brief Returns the last list object of the list. * * @return The last list object of the list */ - (of_list_object_t*)lastListObject;