From e3610690924d957b2e2ea811cd7f57c7342a908c Mon Sep 17 00:00:00 2001 From: Jason Dellaluce Date: Fri, 1 Jul 2022 13:57:29 +0000 Subject: [PATCH] chore(userspace/falco): fix typos Signed-off-by: Jason Dellaluce --- userspace/falco/stats_writer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/falco/stats_writer.h b/userspace/falco/stats_writer.h index b2764fe9..4f90c3b9 100644 --- a/userspace/falco/stats_writer.h +++ b/userspace/falco/stats_writer.h @@ -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);