From 5a432fba579b8e86e3794af7df4a06f0afa02f8d Mon Sep 17 00:00:00 2001 From: IcePixelx <41352111+PixieCore@users.noreply.github.com> Date: Fri, 22 Oct 2021 18:55:10 +0200 Subject: [PATCH] fixed typo --- r5launcher/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5launcher/main.cpp b/r5launcher/main.cpp index 6dbaa7fd..374b4c23 100644 --- a/r5launcher/main.cpp +++ b/r5launcher/main.cpp @@ -219,7 +219,7 @@ int main(int argc, char* argv[], char* envp[]) spdlog::warn("All FCVAR_CHEAT | FCVAR_DEVELOPMENTONLY ConVar's/ConCommand's will be enabled.\n"); spdlog::warn("Connected clients will be able to set and execute anything flagged FCVAR_CHEAT | FCVAR_DEVELOPMENTONLY.\n"); std::cout << "--------------------------------------------------------------------------------------------------------" << std::endl; - spdlog::warn("Use DEBUG [1] for development and debugging perposes.\n"); + spdlog::warn("Use DEBUG [1] for development and debugging purposes.\n"); spdlog::warn("Use RELEASE [2] for normal playing and server hosting.\n"); spdlog::warn("Use DEDICATED [3] for running the server only without the client/ui components.\n"); std::cout << "--------------------------------------------------------------------------------------------------------" << std::endl;