@@ -31,10 +31,10 @@ */ @interface OFConstantString: OFString /** * \brief Completes initialization of the OFConstantString * - * This method completes the initialization, as the constant strings created by + * This method finishes the initialization, as the constant strings created by * the compiler are not fully initialized. */ -- (void)completeInitialization; +- (void)finishInitialization; @end