mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-06 11:26:44 +00:00
chore(userspace/falco): fix typos
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
9c6ad6ce84
commit
e361069092
@ -76,13 +76,13 @@ public:
|
||||
|
||||
/*!
|
||||
\brief Initializes a writer without any output.
|
||||
With this contructor, has_output() always returns false
|
||||
With this constructor, has_output() always returns false
|
||||
*/
|
||||
stats_writer();
|
||||
|
||||
/*!
|
||||
\brief Initializes a writer that prints to a file at the given filename.
|
||||
With this contructor, has_output() always returns true
|
||||
With this constructor, has_output() always returns true
|
||||
*/
|
||||
explicit stats_writer(const std::string &filename);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user