Index: src/OFApplication.h ================================================================== --- src/OFApplication.h +++ src/OFApplication.h @@ -13,21 +13,21 @@ @class OFArray; @class OFMutableArray; /** - * \brief A protocol for delegates of OFApplication, + * \brief A protocol for delegates of OFApplication. */ @protocol OFApplicationDelegate /** * This method is called when the application was initialized and is running * now. */ - (void)applicationDidFinishLaunching; /** - * This method is called when the application is going to get terminated. + * This method is called when the application will terminate. */ - (void)applicationWillTerminate; @end /**