chore(userspace/falco): fix typos

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2022-07-01 13:57:29 +00:00 committed by poiana
parent 9c6ad6ce84
commit e361069092

View File

@ -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);