Browse Source

dtoolutil: Fix typo in error message

rdb 1 year ago
parent
commit
ae04533527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/src/dtoolutil/config_dtoolutil.cxx

+ 1 - 1
dtool/src/dtoolutil/config_dtoolutil.cxx

@@ -17,7 +17,7 @@
 #include "pandaSystem.h"
 #include "pandaSystem.h"
 
 
 #if !defined(CPPPARSER) && !defined(LINK_ALL_STATIC) && !defined(BUILDING_DTOOL_DTOOLUTIL)
 #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
 #endif
 
 
 /**
 /**