Skip to content

Commit 5c0f95f

Browse files
jlucovskyvictorjulien
authored andcommitted
gen: Fix typos
1 parent 9c81f81 commit 5c0f95f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/suricata.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ uint8_t g_recurlvl_mask = 0xff;
217217
* support */
218218
bool g_disable_hashing = false;
219219

220-
/* snapshot of the system's hugepages before system intitialization. */
220+
/* snapshot of the system's hugepages before system initialization. */
221221
SystemHugepageSnapshot *prerun_snap = NULL;
222222

223223
/** add per-proto app-layer error counters for exception policies stats? disabled by default */
@@ -3055,7 +3055,7 @@ void SuricataInit(void)
30553055
SetupUserMode(&suricata);
30563056
InitRunAs(&suricata);
30573057

3058-
/* Since our config is now loaded we can finish configurating the
3058+
/* Since our config is now loaded we can finish configuring the
30593059
* logging module. */
30603060
SCLogLoadConfig(suricata.daemon, suricata.verbose, suricata.userid, suricata.groupid);
30613061

0 commit comments

Comments
 (0)