From 70f4b8906da23e485d5d420d70d382013fdcd99d Mon Sep 17 00:00:00 2001 From: Peguen <73380451+Peguen@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:03:14 +0100 Subject: [PATCH] Commit for rebuild. --- ecal/core/src/ecal_process_stub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecal/core/src/ecal_process_stub.cpp b/ecal/core/src/ecal_process_stub.cpp index 5a6e44e333..8db1a64fa0 100644 --- a/ecal/core/src/ecal_process_stub.cpp +++ b/ecal/core/src/ecal_process_stub.cpp @@ -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; }