aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob <jakubiakdev@gmail.com>2022-02-17 23:26:05 +0100
committerBarichello <artur@barichello.me>2022-02-18 00:49:42 -0300
commit35df8e2502db48f6115ebf73e3997fd3fbed2115 (patch)
tree72fcebc66116150f03008f4211271da3e55b7764
parent48318d818720e1bd7b7d70a97ab104eb0767f0b8 (diff)
downloadNorthstarLauncher-35df8e2502db48f6115ebf73e3997fd3fbed2115.tar.gz
NorthstarLauncher-35df8e2502db48f6115ebf73e3997fd3fbed2115.zip
Fix typo
-rw-r--r--NorthstarDedicatedTest/configurables.cpp4
1 files 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
+}