spelling: trailing

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-02-24 01:48:15 -05:00
committed by poiana
parent e4e8dcf06b
commit d173ab7a9e

View File

@@ -120,7 +120,7 @@ void falco_logger::log(int priority, const string msg)
if(atime)
{
tstr = atime;
tstr = tstr.substr(0, 24);// remove trailling newline
tstr = tstr.substr(0, 24);// remove trailing newline
}
else
{