diff options
author | Petr <30545094+pasabanov@users.noreply.github.com> | 2024-07-19 12:22:35 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-19 11:22:35 +0200 |
commit | 2a3f4dc8b400e078b7fd2ec0f802200dfece8c94 (patch) | |
tree | 40e2dedb2b85899e7c5e58b613fa8fef0be4fd05 /src | |
parent | be0b2c2d904efca17fa8f266ec48321268e64271 (diff) |
Performed some grammar and typo fixes (#2511)
Diffstat (limited to 'src')
-rw-r--r-- | src/include/ndpi_protocol_ids.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_protocol_ids.h b/src/include/ndpi_protocol_ids.h index 58159930e..78527f790 100644 --- a/src/include/ndpi_protocol_ids.h +++ b/src/include/ndpi_protocol_ids.h @@ -22,8 +22,8 @@ */ -#ifndef __NDPI_PROTOCOLS_IDS_H__ -#define __NDPI_PROTOCOLS_IDS_H__ +#ifndef __NDPI_PROTOCOL_IDS_H__ +#define __NDPI_PROTOCOL_IDS_H__ #define NDPI_PROTOCOL_SIZE 2 |