From da179b7ae8ad21917b220e2aff487a26710b16a6 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 6 May 2023 07:00:22 +0200 Subject: [PATCH] queue: spelling --- src/queue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queue.h b/src/queue.h index 3ba7062f55..10e3eb3f43 100644 --- a/src/queue.h +++ b/src/queue.h @@ -220,7 +220,7 @@ struct { \ * and used by Suricata. * * This implementation copied from FreeBSD sys/queue.h with the addition - * of our _Q_ASSERT macros to satisy scan-build. + * of our _Q_ASSERT macros to satisfy scan-build. */ #ifndef TAILQ_HEAD -- 2.47.2