Skip to content

Commit

Permalink
Commit for rebuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Jan 15, 2025
1 parent 888bc1a commit 70f4b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/ecal_process_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ int main(int argc, char** argv)
}
else if ((argc == 2) && (std::string(argv[1]) == "--version"))
{
// POSIX wants us to provide some output when launching with --version. We also use this to determine the correctnis of this application from other applications.
// POSIX wants us to provide some output when launching with --version. We also use this to determine the correctness of this application from other applications.
std::cout << ECAL_PROCESS_STUB_VERSION_STRING << std::endl;
return EXIT_SUCCESS;
}
Expand Down

0 comments on commit 70f4b89

Please sign in to comment.