From 2abd00e89518771178450639dc0edaac59acf8e2 Mon Sep 17 00:00:00 2001 From: Richard Frith-Macdonald Date: Thu, 25 Aug 2022 15:34:33 +0100 Subject: [PATCH] fix error in comment --- EcProcess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EcProcess.h b/EcProcess.h index 4d7a433..078add9 100644 --- a/EcProcess.h +++ b/EcProcess.h @@ -715,7 +715,7 @@ extern NSString* cmdVersion(NSString *ver); * order to perform final cleanup and have the process exit with the * expected status.
* Called automatically in the main thread by the -ecHandleQuit method. - * Subclasses overriding -ecHandleQuit must call the superclass + * Subclasses overriding -ecDidQuit must call the superclass * implementation at the end of their handling code. */ - (oneway void) ecDidQuit;