mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-07 03:39:01 +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.
|
\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();
|
stats_writer();
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Initializes a writer that prints to a file at the given filename.
|
\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);
|
explicit stats_writer(const std::string &filename);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user