From 6b9e0832250c0372db434140ea4f84c62afa3640 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 9 Dec 2021 16:42:12 +0100 Subject: [PATCH] Fix typo --- ovni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovni.c b/ovni.c index a68f3e7..bb7e45a 100644 --- a/ovni.c +++ b/ovni.c @@ -471,7 +471,7 @@ ovni_ev_add_jumbo(struct ovni_ev *ev, const uint8_t *buf, uint32_t bufsize) flushed = 1; } - /* Se the jumbo flag here, so we capture the previous evsize + /* Set the jumbo flag here, so we capture the previous evsize * properly, ignoring the jumbo buffer */ ev->header.flags |= OVNI_EV_JUMBO;