mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-05 08:40:52 +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)
|
if(atime)
|
||||||
{
|
{
|
||||||
tstr = atime;
|
tstr = atime;
|
||||||
tstr = tstr.substr(0, 24);// remove trailling newline
|
tstr = tstr.substr(0, 24);// remove trailing newline
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user