mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 14:20:04 +00:00
spelling: trailing
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user