From ae04533527f03675e5a017b60cb24e2de247b4d6 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 3 Aug 2024 16:36:37 +0200 Subject: [PATCH] dtoolutil: Fix typo in error message --- dtool/src/dtoolutil/config_dtoolutil.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/src/dtoolutil/config_dtoolutil.cxx b/dtool/src/dtoolutil/config_dtoolutil.cxx index b7b6505d28..0bfa8b4f16 100644 --- a/dtool/src/dtoolutil/config_dtoolutil.cxx +++ b/dtool/src/dtoolutil/config_dtoolutil.cxx @@ -17,7 +17,7 @@ #include "pandaSystem.h" #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_DTOOL_DTOOLUTIL) - #error Buildsystem error: BUILDING_DTOOL_DCTOOLUTIL not defined + #error Buildsystem error: BUILDING_DTOOL_DTOOLUTIL not defined #endif /**