fix typos

This commit is contained in:
Christian Grothoff
2024-07-24 12:46:34 +02:00
parent 218be33ceb
commit cc538707ec
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1077,11 +1077,11 @@ TOP:
" Do not edit directly! */\n"
"/* *INDENT-OFF* */\n"
"/**\n"
"/* @file %s_options.h\n"
"/* @author %s-options-generator.c\n"
" * @file %s_options.h\n"
" * @author %s-options-generator.c\n"
" */\n\n"
"#ifndef MHD_%s_OPTIONS_H\n"
"#define MHD_%s_OTPIONS_H 1\n"
"#define MHD_%s_OPTIONS_H 1\n"
"\n"
"#include \"mhd_sys_options.h\"\n"
"#include \"mhd_public_api.h\"\n"
+3 -3
View File
@@ -2,12 +2,12 @@
Do not edit directly! */
/* *INDENT-OFF* */
/**
/* @file daemon_options.h
/* @author daemon-options-generator.c
* @file daemon_options.h
* @author daemon-options-generator.c
*/
#ifndef MHD_DAEMON_OPTIONS_H
#define MHD_DAEMON_OTPIONS_H 1
#define MHD_DAEMON_OPTIONS_H 1
#include "mhd_sys_options.h"
#include "mhd_public_api.h"