mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix typos
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user