@@ -287,19 +287,19 @@ - (OFString*)localDateStringWithFormat: (OFConstantString*)format; /*! * @brief Returns the earlier of the two dates. * - * @param date Another date + * @param otherDate Another date * @return The earlier date of the two dates */ - (OFDate*)earlierDate: (OFDate*)otherDate; /*! * @brief Returns the later of the two dates. * - * @param date Another date + * @param otherDate Another date * @return The later date of the two dates */ - (OFDate*)laterDate: (OFDate*)otherDate; /*! @@ -310,11 +310,11 @@ - (double)timeIntervalSince1970; /*! * @brief Returns the seconds the receiver is after the date. * - * @param date Date date to generate the difference with receiver + * @param otherDate Date date to generate the difference with receiver * @return The seconds the receiver is after the date. */ - (double)timeIntervalSinceDate: (OFDate*)otherDate; /*!