@@ -624,11 +624,11 @@ * Creates a new string by deleting leading and trailing whitespaces. * * \return A new autoreleased OFString with leading and trailing whitespaces * deleted */ -- (OFString*)stringByDeletingLeadingAndTrailingWhitespaces; +- (OFString*)stringByDeletingEnclosingWhitespaces; /** * Checks whether the string has the specified prefix. * * \param prefix The prefix to check for