]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
app-layer-template: fix log typo
authorAndreas Herz <andreas.herz@dcso.de>
Thu, 9 Apr 2020 13:24:14 +0000 (15:24 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 10 Apr 2020 11:53:22 +0000 (13:53 +0200)
src/app-layer-template-rust.c

index e42e1247ea53276c87b57ac1169d3eb6d93f948a..fd2e689eefc8dce627d3eb18cc19d139cc7e30e1 100644 (file)
@@ -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,