@@ -113,12 +113,12 @@ */ - (size_t)requestedSize; @end /** - * \brief An exception indicating that a mutation was detected while - * enumerating. + * \brief An exception indicating that a mutation was detected during + * enumeration. */ @interface OFEnumerationMutationException: OFException {} @end /** @@ -238,11 +238,11 @@ */ @interface OFInitializationFailedException: OFException {} @end /** - * \brief An exception indicating the file couldn't be opened. + * \brief An exception indicating a file couldn't be opened. */ @interface OFOpenFileFailedException: OFException { OFString *path; OFString *mode; @@ -286,11 +286,11 @@ */ - (OFString*)mode; @end /** - * \brief An exception indicating a read or write to the file failed. + * \brief An exception indicating a read or write to a file failed. */ @interface OFReadOrWriteFailedException: OFException { size_t req_size; int err; @@ -695,11 +695,11 @@ */ - (OFString*)service; @end /** - * \brief An exception indicating that the connection could not be established. + * \brief An exception indicating that a connection could not be established. */ @interface OFConnectionFailedException: OFException { OFString *node; OFString *service; @@ -743,11 +743,11 @@ */ - (OFString*)service; @end /** - * \brief An exception indicating that binding the socket failed. + * \brief An exception indicating that binding a socket failed. */ @interface OFBindFailedException: OFException { OFString *node; OFString *service; @@ -853,11 +853,11 @@ */ - (int)errNo; @end /** - * \brief An exception indicating that joining the thread failed. + * \brief An exception indicating that joining a thread failed. */ @interface OFThreadJoinFailedException: OFException {} @end /**