Skip to content

Commit

Permalink
chore(userspace/falco): fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce committed Aug 26, 2022
1 parent 7ab8fe5 commit efa9af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userspace/falco/stats_writer.h
Expand Up @@ -76,13 +76,13 @@ class stats_writer

/*!
\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);

Expand Down

0 comments on commit efa9af2

Please sign in to comment.