fix spelling mistake

This commit is contained in:
luwenpeng
2024-04-21 11:30:41 +08:00
parent 4d55f4ed95
commit bb7d7410c9
35 changed files with 70 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _TEST_PACKETS_H
#define _TEST_PACKETS_H
#ifdef __cpluscplus
#ifdef __cplusplus
extern "C"
{
#endif
@@ -2698,7 +2698,7 @@ unsigned char tcp_out_of_order_pkt7[] = {
0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31,
0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x0a};
#ifdef __cpluscplus
#ifdef __cplusplus
}
#endif