From 35df8e2502db48f6115ebf73e3997fd3fbed2115 Mon Sep 17 00:00:00 2001 From: Jacob Date: Thu, 17 Feb 2022 23:26:05 +0100 Subject: Fix typo --- NorthstarDedicatedTest/configurables.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NorthstarDedicatedTest/configurables.cpp b/NorthstarDedicatedTest/configurables.cpp index e7dad8ca..6b9f8e26 100644 --- a/NorthstarDedicatedTest/configurables.cpp +++ b/NorthstarDedicatedTest/configurables.cpp @@ -29,7 +29,7 @@ void parseConfigurables() } else { - spdlog::info("Didnt' find profile in command line arguments. Using default: R2Northstar"); + spdlog::info("Profile was not found in command line arguments. Using default: R2Northstar"); NORTHSTAR_FOLDER_PREFIX = "R2Northstar"; } -} \ No newline at end of file +} -- cgit v1.2.3