From 001e7557e60a8241ce796cf715a7c6db0239cf33 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 01:48:14 -0500 Subject: [PATCH] spelling: the extraction Signed-off-by: Josh Soref --- userspace/engine/json_evt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/json_evt.h b/userspace/engine/json_evt.h index e7c637d0..40fe85f1 100644 --- a/userspace/engine/json_evt.h +++ b/userspace/engine/json_evt.h @@ -278,7 +278,7 @@ private: // events. See alias struct for usage. std::list m_jptrs; - // Theextraction function to use. May not be defined, in which + // The extraction function to use. May not be defined, in which // case the default function is used. extract_t m_extract;