From 040ae761772e3ec4d5cd36380c1dd936ee2bf58d Mon Sep 17 00:00:00 2001 From: BevapDin Date: Fri, 27 Dec 2019 13:29:23 +0100 Subject: [PATCH] Fix spelling mistake. Thanks for pointing that out. Co-Authored-By: ZhilkinSerg --- src/color_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/color_loader.h b/src/color_loader.h index cbc396092edf9..9099f6b9ab59e 100644 --- a/src/color_loader.h +++ b/src/color_loader.h @@ -71,7 +71,7 @@ class color_loader try { load_colorfile( custom_path ); } catch( const JsonError &err ) { - debgmsg( "Failed to load color data from \"%s\": %s", custom_path, err.what() ); + debugmsg( "Failed to load color data from \"%s\": %s", custom_path, err.what() ); // this should succeed, otherwise the installation is botched load_colorfile( default_path );