diff --git a/ChangeLog b/ChangeLog index d3723ad..31158e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,13 @@ 2023-10-07 Richard Frith-Macdonald * EcProcess.h: clarify comment a little + * EcProcess.m: fix typo * EcCommand.m: Check that the Home configured in the launch information is (if defined) a relative path inside the ECCL user directory, that the Home directory exists, and that it is writable. Create a debug log of any problems. + Terminate.m: Calrify comment 2023-07-25 Richard Frith-Macdonald diff --git a/EcProcess.m b/EcProcess.m index 415ea65..59e8161 100644 --- a/EcProcess.m +++ b/EcProcess.m @@ -4013,7 +4013,7 @@ NSLog(@"Ignored attempt to set timer interval to %g ... using 10.0", interval); /* Called to permit subclasses to initialise before entering run loop. */ [self ecAwaken]; - edDidAwakenCompletely = YES; + ecDidAwakenCompletely = YES; RELEASE(arp); arp = [NSAutoreleasePool new]; diff --git a/Terminate.m b/Terminate.m index 69d7d47..f7258be 100644 --- a/Terminate.m +++ b/Terminate.m @@ -79,7 +79,7 @@ main() printf(" By default a 30 second shutdown is requested and the\n"); printf(" command finishes without waiting for it to complete.\n"); printf(" NB. The -CommandName option may be used to specify the name\n"); - printf(" of an individual process to be terminated (or restarted\n"); + printf(" of the Command server to be terminated.\n"); printf(" if that process is configured to autolaunch).\n"); printf(" Possible exit statuses are:\n"); printf(" 0 termination requested (completed if -Wait was used).\n");