From 8c35ec6fcc101d7b134847e6045774d6dba8de72 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 24 Sep 2015 14:29:40 +0200 Subject: Fix typo in CRSM::readConfig --- src/crsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crsm.cpp') diff --git a/src/crsm.cpp b/src/crsm.cpp index 32b4a22..bcead5a 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -738,7 +738,7 @@ void CRSM::readConfig() } if(!QFile(Config.Clonk.Server.Executable).exists()) { - out("ERROR: The Clonk.Server.Exectuable doesn't exist: \"" + Config.Clonk.Server.Executable + "\"\n"); + out("ERROR: The Clonk.Server.Executable doesn't exist: \"" + Config.Clonk.Server.Executable + "\"\n"); ok = false; exit(); } -- cgit v1.2.3-54-g00ecf