mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-19 10:01:24 +00:00
fix error in comment
This commit is contained in:
parent
0df01799f6
commit
2abd00e895
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ extern NSString* cmdVersion(NSString *ver);
|
|||
* order to perform final cleanup and have the process exit with the
|
||||
* expected status.<br />
|
||||
* 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;
|
||||
|
|
Loading…
Reference in a new issue