From a6a7ca1ced8c63c1e11ef4c572f09272340afdd7 Mon Sep 17 00:00:00 2001 From: Andrei Pavel Date: Mon, 9 Jan 2017 17:55:31 +0200 Subject: [PATCH] Fixed a bad spelling mistake change --- src/lib/process/tests/d_controller_unittests.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/process/tests/d_controller_unittests.cc b/src/lib/process/tests/d_controller_unittests.cc index 320b28ae37..7c42316457 100644 --- a/src/lib/process/tests/d_controller_unittests.cc +++ b/src/lib/process/tests/d_controller_unittests.cc @@ -189,7 +189,7 @@ TEST_F(DStubControllerTest, launchNormalShutdown) { } /// @brief Tests launch with an non-existing configuration file. -TEST_F(DStubControllerTest, non-existingConfigFile) { +TEST_F(DStubControllerTest, nonExistingConfigFile) { // command line to run standalone char* argv[] = { const_cast("progName"), const_cast("-c"), -- 2.47.3