mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
mdns: fixed typos in the variable names and the comments
* Original commit: espressif/esp-idf@ecca39e19f
This commit is contained in:
committed by
suren-gabrielyan-espressif
parent
6713ffedcc
commit
b5e5a64e7f
@ -141,7 +141,7 @@ typedef enum {
|
||||
|
||||
typedef enum {
|
||||
MDNS_ANSWER, MDNS_NS, MDNS_EXTRA
|
||||
} mdns_parsed_recort_type_t;
|
||||
} mdns_parsed_record_type_t;
|
||||
|
||||
typedef enum {
|
||||
ACTION_SYSTEM_EVENT,
|
||||
@ -210,7 +210,7 @@ typedef struct mdns_parsed_question_s {
|
||||
|
||||
typedef struct mdns_parsed_record_s {
|
||||
struct mdns_parsed_record_s * next;
|
||||
mdns_parsed_recort_type_t record_type;
|
||||
mdns_parsed_record_type_t record_type;
|
||||
uint16_t type;
|
||||
uint16_t clas;
|
||||
uint8_t flush;
|
||||
|
Reference in New Issue
Block a user