@@ -187,20 +187,20 @@ format: (OFString *)format; /** * @brief Returns a date in the distant future. * - * The date is system-dependant. + * The date is system-dependent. * * @return A date in the distant future */ + (instancetype)distantFuture; /** * @brief Returns a date in the distant past. * - * The date is system-dependant. + * The date is system-dependent. * * @return A date in the distant past */ + (instancetype)distantPast;