Fixes typo in LaunchAPPL client.

This commit is contained in:
Tom Fairfield 2021-04-12 12:19:21 -07:00
parent c8d627cdc4
commit ca57b0cb67
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ bool StreamBasedLauncher::Go(int timeout)
while(!rStream->allDataArrived())
stream->wait();
std::cerr << "Running Appliation..." << std::endl;
std::cerr << "Running Application..." << std::endl;
read(&tmp, 4);
uint32_t result = ntohl(tmp);
std::cerr << "Finished (result = " << result << ")." << std::endl;