commit 979f320e01dc8d37b44bba941d7b2532fb2c84d2
parent 58d212f5e8df027e377a10cb48e917e4a600344a
Author: Evgeny Grin (Karlson2k) <k2k@drgrin.dev>
Date: Wed, 23 Apr 2025 12:48:12 +0200
mhd_sys_options.h: fixed typo in message
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/incl_priv/mhd_sys_options.h b/src/incl_priv/mhd_sys_options.h
@@ -35,7 +35,7 @@
#define MHD_SYS_OPTIONS_H 1
#ifndef HAVE_CONFIG_H
-#error HAVE_CONFIG_H must be defind
+#error HAVE_CONFIG_H must be defined
#endif
#include "mhd_config.h"