From 6452987aed7da4b0e194204983bc697024abfd55 Mon Sep 17 00:00:00 2001 From: Andreas Herz Date: Thu, 9 Apr 2020 15:24:14 +0200 Subject: [PATCH] app-layer-template: fix log typo --- src/app-layer-template-rust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app-layer-template-rust.c b/src/app-layer-template-rust.c index e42e1247ea53..fd2e689eefc8 100644 --- a/src/app-layer-template-rust.c +++ b/src/app-layer-template-rust.c @@ -53,7 +53,7 @@ void RegisterTemplateRustParsers(void) return; } /* TEMPLATE_END_REMOVE */ - SCLogNotice("Registring Rust template parser."); + SCLogNotice("Registering Rust template parser."); rs_template_register_parser(); #ifdef UNITTESTS AppLayerParserRegisterProtocolUnittests(IPPROTO_TCP, ALPROTO_TEMPLATE_RUST,