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;