mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-14 14:00:21 +00:00
chore(userspace/falco): fix typos
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user