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;