@@ -19,11 +19,11 @@ #ifdef OF_HAVE_BLOCKS typedef id (^of_array_replace_block_t)(id obj, size_t idx, BOOL *stop); #endif /*! - * @brief An abstract class for storing, adding and removing objects in anr + * @brief An abstract class for storing, adding and removing objects in an * array. */ @interface OFMutableArray: OFArray /*! * @brief Adds an object to the end of the array.