@@ -38,11 +38,11 @@ * @brief Creates a new, autoreleased change owner failed exception. * * @param path The path of the item * @param owner The new owner for the item * @param group The new group for the item - * @param errNo The errno of the error + * @param errNo The errno of the error that occurred * @return A new, autoreleased change owner failed exception */ + (instancetype)exceptionWithPath: (OFString*)path owner: (OFString*)owner group: (OFString*)group @@ -52,11 +52,11 @@ * @brief Initializes an already allocated change owner failed exception. * * @param path The path of the item * @param owner The new owner for the item * @param group The new group for the item - * @param errNo The errno of the error + * @param errNo The errno of the error that occurred * @return An initialized change owner failed exception */ - initWithPath: (OFString*)path owner: (OFString*)owner group: (OFString*)group @@ -82,12 +82,12 @@ * @return The new group for the item */ - (OFString*)group; /*! - * @brief Returns the errno from when the exception was created. + * @brief Returns the errno of the error that occurred. * - * @return The errno from when the exception was created + * @return The errno of the error that occurred */ - (int)errNo; @end #endif